Path.TextboxRectangle Property

Text Box Bounding Box.Represents the attribte in schema: textboxrect

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

Syntax

'Declaration
<SchemaAttrAttribute(, "textboxrect")> _
Public Property TextboxRectangle As StringValue
    Get
    Set
'Usage
Dim instance As Path
Dim value As StringValue

value = instance.TextboxRectangle

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

Path Class

Path Members

DocumentFormat.OpenXml.Vml Namespace