ShapeDefaults.TextBox Property
TextBox.Represents the element tag in schema: v:textbox
Namespace: DocumentFormat.OpenXml.Vml.Office
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property TextBox As TextBox
Get
Set
'Usage
Dim instance As ShapeDefaults
Dim value As TextBox
value = instance.TextBox
instance.TextBox = value
public TextBox TextBox { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Vml.TextBox