Accusoft.NotateXpress13.Net
AutoSize Property (ButtonToolbarDefaults)




Gets and sets whether or not the annotation size is automatically expanded to fit the given text within the button annotation.
Syntax
'Declaration
 
Public Property AutoSize As AutoSize
'Usage
 
Dim instance As ButtonToolbarDefaults
Dim value As AutoSize
 
instance.AutoSize = value
 
value = instance.AutoSize
public AutoSize AutoSize {get; set;}
public: __property AutoSize get_AutoSize();
public: __property void set_AutoSize( 
   AutoSize value
);
public:
property AutoSize AutoSize {
   AutoSize get();
   void set (    AutoSize value);
}

Property Value

The AutoSize value set.
Remarks

The default value is none.

The AutoSize attribute will tell the control to size the element based on the text displayed.

When AutoSize is turned on the control can not be manually Sized

See Also

Reference

ButtonToolbarDefaults Class
ButtonToolbarDefaults Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback