Indicates whether the shape is TextBox.
Read-only
Boolean
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public bool IsTextBox { get; }
Public ReadOnly Property IsTextBox As Boolean
Get
public:
virtual property bool IsTextBox {
bool get () sealed;
}
abstract IsTextBox : bool with get
override IsTextBox : bool with get
Property Value
Type:
Boolean
Implements
IShape
IsTextBox
See Also