ChartTextFrameIsTextWrapped Property |
Gets or sets a value indicating whether the text is wrapped.
Namespace:
Aspose.Cells.Charts
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic virtual bool IsTextWrapped { get; set; }
Public Overridable Property IsTextWrapped As Boolean
Get
Set
public:
virtual property bool IsTextWrapped {
bool get ();
void set (bool value);
}
abstract IsTextWrapped : bool with get, set
override IsTextWrapped : bool with get, set
Property Value
Type:
Boolean
See Also