MathProperties.RightMargin Property
Right Margin.Represents the element tag in schema: m:rMargin
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property RightMargin As RightMargin
Get
Set
'Usage
Dim instance As MathProperties
Dim value As RightMargin
value = instance.RightMargin
instance.RightMargin = value
public RightMargin RightMargin { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Math.RightMargin