TextLineFormat
FillType Property
|
Gets or sets the fill format type.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public FillFormatType FillType { get; set; }
Public Property FillType As FillFormatType
Get
Set
public:
virtual property FillFormatType FillType {
FillFormatType get () sealed;
void set (FillFormatType value) sealed;
}
abstract FillType : FillFormatType with get, set
override FillType : FillFormatType with get, set
Property Value
Type:
FillFormatType
Implements
IChartGridLine
FillType
See Also