ITextFrameProperties
TextShapeType Property
|
Gets or sets shape type of text.
Read/write
TextShapeType
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
TextShapeType TextShapeType { get; set; }
Property TextShapeType As TextShapeType
Get
Set
property TextShapeType TextShapeType {
TextShapeType get ();
void set (TextShapeType value);
}
abstract TextShapeType : TextShapeType with get, set
Property Value
Type:
TextShapeType
See Also