Gets or sets the dash array 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 string DashArray { get; set; }
Public Property DashArray As String
Get
Set
public:
property String^ DashArray {
String^ get ();
void set (String^ value);
}
member DashArray : string with get, set
Property Value
Type:
String
The dash array.
See Also