Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathNary Class / LimitLocation Property

In This Topic
    LimitLocation Property
    In This Topic
    Gets or sets the location of Subscript and Superscript in the structure.

    If the OMathStruct.ParentOMath is in OMathMode.Inline mode the value is always OMathLimitLocation.UnderOver.

    Default value defined in OMathOptions.IntegralLimitLocation property when the property IsIntegral is true.

    Default value defined in OMathOptions.NaryLimitLocation property when the property IsIntegral is false.

    Syntax
    'Declaration
     
    Public Property LimitLocation As OMathLimitLocation
    public OMathLimitLocation LimitLocation {get; set;}
    See Also