Share via


RelativeRectangleType.Bottom Property

Bottom Offset.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 Int32Value
    Get
    Set
'Usage
Dim instance As RelativeRectangleType
Dim value As Int32Value

value = instance.Bottom

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

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

Remarks

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

Specifies the bottom edge of the rectangle.

The possible values for this attribute are defined by the ST_Percentage simple type.

See Also

Reference

RelativeRectangleType Class

RelativeRectangleType Members

DocumentFormat.OpenXml.Drawing Namespace