In This Topic

AutoSize Property (AnnotationStickyNote)

In This Topic
Defines whether the annotation is automatically resized to display its entire contents.
Syntax
'Declaration
 
Public Shadows Property AutoSize As Boolean
public new bool AutoSize {get; set;}
public read-write property AutoSize: Boolean; 
public hide function get,set AutoSize : boolean
public: __property new bool get_AutoSize();
public: __property new void set_AutoSize( 
   bool value
);
public:
new property bool AutoSize {
   bool get();
   void set (    bool value);
}
See Also