TextLineFormat
LineEndWidth Property
|
Gets or sets the arrowhead width at the end of a line.
Read/write
LineEndWidth
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
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
Type:
LineEndWidth
Implements
IChartGridLine
LineEndWidth
See Also