In This Topic

CanResize Property (Annotation)

In This Topic
Specifies if the annotation can be resized in design time.
Syntax
'Declaration
 
<DescriptionAttribute("Specifies if the annotation can be resized in design time")>
Public Property CanResize As Boolean
[Description("Specifies if the annotation can be resized in design time")]
public bool CanResize {get; set;}
public read-write property CanResize: Boolean; 
DescriptionAttribute("Specifies if the annotation can be resized in design time")
public function get,set CanResize : boolean
[Description("Specifies if the annotation can be resized in design time")]
public: __property bool get_CanResize();
public: __property void set_CanResize( 
   bool value
);
[Description("Specifies if the annotation can be resized in design time")]
public:
property bool CanResize {
   bool get();
   void set (    bool value);
}
See Also