GradientBrushStops Property |
Gets the stops.
Namespace: Dundas.BI.Entities.ViewsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic IList<GradientStop> Stops { get; }Public ReadOnly Property Stops As IList(Of GradientStop)
Get
public:
property IList<GradientStop^>^ Stops {
IList<GradientStop^>^ get ();
}member Stops : IList<GradientStop> with get
Property Value
IListGradientStop
The stops.
See Also