[]
Gets or sets whether breaks can occur inside box.
This can be important for operator emulators that consist of more than one binary operator.
If the IsOperatorEmulator property is set to true the value of this property is always true.
Default value is true.
public bool NoBreak { get; set; }
Public Property NoBreak As Boolean