Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathBox Class / BreakAt Property

In This Topic
    BreakAt Property (OMathBox)
    In This Topic
    Gets or sets whether there is a line break at the start of the box, such that the line wraps at the start of the box.

    If property IsOperatorEmulator is set to false the value is always -1.

    Allowed values are from -1 to 255, inclusive.

    When the value is -1 the box does not manually break onto the next line.

    When the value is 0 the box manually breaks onto the next line and is aligned with the beginning of the previous line.

    When the value is greater than 0 the box manually breaks onto the next line and is aligned with the specified index of the operator on the previous line.

    Default value is -1.

    Syntax
    'Declaration
     
    Public Property BreakAt As System.Integer
    public System.int BreakAt {get; set;}
    See Also