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