RelativeRectangleType.Right-Eigenschaft
Right Offset.Represents the attribte in schema: r
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "r")> _
Public Property Right As Int32Value
Get
Set
'Usage
Dim instance As RelativeRectangleType
Dim value As Int32Value
value = instance.Right
instance.Right = value
[SchemaAttrAttribute(, "r")]
public Int32Value Right { get; set; }
Eigenschaftswert
Typ: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.
Hinweise
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
Specifies the right edge of the rectangle.
The possible values for this attribute are defined by the ST_Percentage simple type.