Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

FillFormatType

Implements

IChartGridLine..::..FillType

See Also