Gets the stops.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "stops", EmitDefaultValue = false)]
public IList<GradientStopData> Stops { get; }
<DataMemberAttribute(Name := "stops", EmitDefaultValue := false)>
Public ReadOnly Property Stops As IList(Of GradientStopData)
Get
public:
[DataMemberAttribute(Name = L"stops", EmitDefaultValue = false)]
property IList<GradientStopData^>^ Stops {
IList<GradientStopData^>^ get ();
}
[<DataMemberAttribute(Name = "stops", EmitDefaultValue = false)>]
member Stops : IList<GradientStopData> with get
Property Value
Type:
IListGradientStopData
The stops.
See Also