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