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

In This Topic
    IsAlignmentPoint Property (OMathBox)
    In This Topic
    Gets or sets whether the operator emulator serves as an alignment point; that is, designated alignment points in other Office Math structures can be aligned with it.

    If the IsOperatorEmulator property is set to false the value of this property is always false.

    Default value is false.

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