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

In This Topic
    RightMargin Property
    In This Topic
    Gets or sets the right 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.

    Right margin is added to the paragraph settings for margins.

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