'Declaration Public Property BreakAt As System.Integer
public System.int BreakAt {get; set;}
If IsNormalText is true, the returned value is always -1.
Allowed values are from -1 to 255, inclusive.
When the value is -1, the Office Math run does not manually break onto the next line.
When the value is 0, the Office Math run manually breaks onto the next line and is aligned with the beginning of the previous line.
When the value is greater than 0, the Office Math run manually breaks onto the next line and is aligned with the specified index of the operator on the previous line.
Default value is -1.
'Declaration Public Property BreakAt As System.Integer
public System.int BreakAt {get; set;}