TextLineFormat
LineBeginLength Property
|
Gets or sets the arrowhead length at the beginning of a line.
Read/write
LineEndLength
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public LineEndLength LineBeginLength { get; set; }
Public Property LineBeginLength As LineEndLength
Get
Set
public:
virtual property LineEndLength LineBeginLength {
LineEndLength get () sealed;
void set (LineEndLength value) sealed;
}
abstract LineBeginLength : LineEndLength with get, set
override LineBeginLength : LineEndLength with get, set
Property Value
Type:
LineEndLength
Implements
IChartGridLine
LineBeginLength
See Also