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 TextLineStyle Style { get; set; }
Public Property Style As TextLineStyle
	Get
	Set
public:
virtual property TextLineStyle Style {
	TextLineStyle get () sealed;
	void set (TextLineStyle value) sealed;
}
abstract Style : TextLineStyle with get, set
override Style : TextLineStyle with get, set

Property Value

TextLineStyle

Implements

IChartGridLine..::..Style

See Also