Share via


Rectangle.Top Property

Top.Represents the attribte in schema: t

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

Syntax

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

value = instance.Top

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Rectangle Class

Rectangle Members

DocumentFormat.OpenXml.Drawing Namespace