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