Gets or sets the line cap of the stroke.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public StrokeLineCap LineCap { get; set; }
Public Property LineCap As StrokeLineCap
Get
Set
public:
property StrokeLineCap LineCap {
StrokeLineCap get ();
void set (StrokeLineCap value);
}
member LineCap : StrokeLineCap with get, set
Property Value
Type:
StrokeLineCap
The line cap.
See Also