Gets or sets shape fill type.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public FillFormatType Type { get; set; }
Visual Basic
Public Property Type As FillFormatType
	Get
	Set
Visual C++
public:
property FillFormatType Type {
	FillFormatType get ();
	void set (FillFormatType value);
}

See Also