Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / GradientStop Class / Position Property

In This Topic
    Position Property (GradientStop)
    In This Topic
    Gets or sets where this gradient stop should appear in the color band, in percent.

    This position is specified in the range [0%, 100%], which corresponds to the beginning and the end of the color band respectively.

    Syntax
    'Declaration
     
    Public Property Position As System.Single
    public System.float Position {get; set;}
    See Also