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

In This Topic
    Distance Property (Reflection)
    In This Topic
    Gets or sets a value specifying how far to offset the reflection.

    Allowed values are from 0 to 100, inclusive.

    The default is 0.

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