Gets or sets fill style of a shape.

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

Syntax

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

See Also