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