[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathOptions.WrapIndent

WrapIndent Property

WrapIndent

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.

Declaration
public float WrapIndent { get; set; }
Public Property WrapIndent As Single