Defines styles of a shape filling.

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

Syntax

C#
public enum FillFormatType
Visual Basic
Public Enumeration FillFormatType
Visual C++
public enum class FillFormatType

Members

Member nameValueDescription
NoFill0 Shape is not filled.
Solid1 Solid fill style.
Gradient2 Gradient fill style.
Texture3 Texture fill style.

See Also