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

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

    Allowed values are from 0 to 100, inclusive.

    The default is 0 for text and 100 for drawings.

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