Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / GradientFill Class / Stops Property

In This Topic
    Stops Property
    In This Topic
    Gets the list of gradient stops that specify the gradient colors and their relative positions in the color band.
    Syntax
    'Declaration
     
    Public ReadOnly Property Stops As GradientStopList
    public GradientStopList Stops {get;}
    See Also