Share via


Rectangle.Right Property

Right.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 StringValue
    Get
    Set
'Usage
Dim instance As Rectangle
Dim value As StringValue

value = instance.Right

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Rectangle Class

Rectangle Members

DocumentFormat.OpenXml.Drawing Namespace