RelativeRectangleType.Top Property
Top Offset.Represents the attribte in schema: t
Namespace: DocumentFormat.OpenXml.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "t")> _
Public Property Top As Int32Value
Get
Set
'Применение
Dim instance As RelativeRectangleType
Dim value As Int32Value
value = instance.Top
instance.Top = value
[SchemaAttrAttribute(, "t")]
public Int32Value Top { 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 top edge of the rectangle.
The possible values for this attribute are defined by the ST_Percentage simple type.