OMathBox.OpEmu Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a Boolean that states if the box and its contents behave as a single operator and inherit the properties of an operator. Read/write.
public:
property bool OpEmu { bool get(); void set(bool value); };
public bool OpEmu { get; set; }
member this.OpEmu : bool with get, set
Public Property OpEmu As Boolean
Property Value
Boolean
Remarks
When OpEmu is True, the character can serve as a point for a line break and can be aligned to other operators. Operator emulators are often used when one or more glyphs combine to form an operator, such as ==.