Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathOptions Class / LeftMargin Property

In This Topic
    LeftMargin Property
    In This Topic
    Gets or sets the left margin for OMathParagraph, in points.

    Allowed values are from 0 to 1584, inclusive.

    The default value is 0.

    This property is ignored when UseDisplayDefaults is false.

    Left margin is added to the paragraph settings for margins.

    Syntax
    'Declaration
     
    Public Property LeftMargin As System.Single
    public System.float LeftMargin {get; set;}
    See Also