| Accusoft.NotateXpressSdk Namespace > NotateXpress Class : TextToolArrows Property |
'Declaration <BrowsableAttribute(False)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <DescriptionAttribute("Inidciates whether tarrows should be shown on the TextTool when there is more text than what can be displayed.")> <CategoryAttribute("NotateXpress")> Public Property TextToolArrows As Boolean
'Usage Dim instance As NotateXpress Dim value As Boolean instance.TextToolArrows = value value = instance.TextToolArrows
[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.")] [Category("NotateXpress")] public bool TextToolArrows {get; set;}
[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.")] [Category("NotateXpress")] public: __property bool get_TextToolArrows(); public: __property void set_TextToolArrows( bool value );
[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.")] [Category("NotateXpress")] public: property bool TextToolArrows { bool get(); void set ( bool value); }