TextLineFormat
LineBeginWidth Property
|
Gets or sets the arrowhead width at the beginning 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 LineBeginWidth { get; set; }
Public Property LineBeginWidth As LineEndWidth
Get
Set
public:
virtual property LineEndWidth LineBeginWidth {
LineEndWidth get () sealed;
void set (LineEndWidth value) sealed;
}
abstract LineBeginWidth : LineEndWidth with get, set
override LineBeginWidth : LineEndWidth with get, set
Property Value
Type:
LineEndWidth
Implements
IChartGridLine
LineBeginWidth
See Also