TextParagraphPropertiesType.RightMargin Property
Right Margin.Represents the attribte in schema: marR
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "marR")> _
Public Property RightMargin As Int32Value
Get
Set
'Usage
Dim instance As TextParagraphPropertiesType
Dim value As Int32Value
value = instance.RightMargin
instance.RightMargin = value
[SchemaAttrAttribute(, "marR")]
public Int32Value RightMargin { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.
See Also
Reference
TextParagraphPropertiesType Class