Gets and sets if arrows should be shown on the TextTool when there is more text than what can be displayed.
[Category("NotateXpress")]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Description("Inidciates whether tarrows should be shown on the TextTool when there is more text than what can be displayed.")]
public: __property bool get_TextToolArrows();
public: __property void set_TextToolArrows(
bool value
);
Property Value
A boolean value which is
true when NotateXpress displays an arrow on TextTools when there is more text than what can be displayed. Otherwise,
false is returned when NotateXpress does not show arrows on the TextTool.