Share via


Shape.TextShape Property

Text Shape.Represents the element tag in schema: a:txSp

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

Syntax

'Declaration
Public Property TextShape As TextShape
    Get
    Set
'Usage
Dim instance As Shape
Dim value As TextShape

value = instance.TextShape

instance.TextShape = value
public TextShape TextShape { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.TextShape
Returns TextShape.

See Also

Reference

Shape Class

Shape Members

DocumentFormat.OpenXml.Drawing Namespace