Share via


PageMargins.Right Property

Right.Represents the attribte in schema: r

Namespace:  DocumentFormat.OpenXml.Drawing.Charts
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "r")> _
Public Property Right As DoubleValue
    Get
    Set
'Usage
Dim instance As PageMargins
Dim value As DoubleValue

value = instance.Right

instance.Right = value
[SchemaAttrAttribute(, "r")]
public DoubleValue Right { get; set; }

Property Value

Type: DocumentFormat.OpenXml.DoubleValue
Returns DoubleValue.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

Specifies the contents of this attribute will contain the right page margin in inches.

The possible values for this attribute are defined by the XML Schema double datatype.

See Also

Reference

PageMargins Class

PageMargins Members

DocumentFormat.OpenXml.Drawing.Charts Namespace