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

In This Topic
    NoBreak Property
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public Property NoBreak As System.Boolean
    public System.bool NoBreak {get; set;}
    See Also