Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathOptions Class / WrapIndent Property

In This Topic
    WrapIndent Property
    In This Topic
    Gets or sets the indent of the wrapped line of an instance of mathematical text.

    Allowed values are from -1 to 1584, inclusive.

    The default value is 72.

    This property is ignored when UseDisplayDefaults is false.

    The line or lines of a wrapped instance of mathematical text after the line break can either be indented by a positive specified amount from the left margin, or right aligned if the value set to -1.

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