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

Property Value

LineEndWidth

Implements

IChartGridLine..::..LineEndWidth

See Also