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

In This Topic
    Angle Property (Reflection)
    In This Topic
    Gets or sets the direction to offset the reflection.

    Allowed values are from 0 to 359.9, inclusive.

    The default is 0.

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