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

In This Topic
    OpacityAngle Property
    In This Topic
    Gets or sets the direction of the opacity gradient ramp relative to the text.

    Allowed values are from 0 to 359.9, inclusive.

    The default is 0 for text and 100 for drawings.

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