Accusoft.NotateXpressSdk Namespace > NotateXpress Class : TextToolArrows Property |
'Declaration <CategoryAttribute("NotateXpress")> <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.")> Public Property TextToolArrows As Boolean
'Usage Dim instance As NotateXpress Dim value As Boolean instance.TextToolArrows = value value = instance.TextToolArrows
[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 bool TextToolArrows {get; set;}
[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 );
[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 TextToolArrows { bool get(); void set ( bool value); }