'Declaration Public Property LimitLocation As OMathLimitLocation
public OMathLimitLocation LimitLocation {get; set;}
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.
'Declaration Public Property LimitLocation As OMathLimitLocation
public OMathLimitLocation LimitLocation {get; set;}