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