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

In This Topic
    IsAlignmentPoint Property (OMathFormat)
    In This Topic
    Gets or sets whether the Office Math run is an alignment point. If true, the designated alignment points in other equations can be aligned with it.

    If IsNormalText is true, the returned value is always false.

    The default value is false.

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