Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Reflection Class / StartOpacityPosition Property

In This Topic
    StartOpacityPosition Property
    In This Topic
    Get or set the start position along the gradient ramp of the start opacity value.

    Allowed values are from 0 to 100, inclusive.

    The default is 0.

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