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

Property Value

LineEndType

Implements

IChartGridLine..::..LineEndType

See Also