Share via


Rectangle.Bottom Property

Bottom Position.Represents the attribte in schema: b

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

Syntax

'Declaration
<SchemaAttrAttribute(, "b")> _
Public Property Bottom As StringValue
    Get
    Set
'Usage
Dim instance As Rectangle
Dim value As StringValue

value = instance.Bottom

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Rectangle Class

Rectangle Members

DocumentFormat.OpenXml.Drawing Namespace