In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation / CanMove Property

CanMove Property (Annotation)

In This Topic
Syntax
'Declaration

 

<DescriptionAttribute("Specifies if the annotation can be moved in design time")>

Public Property CanMove As Boolean
[Description("Specifies if the annotation can be moved in design time")]

public bool CanMove {get; set;}
public read-write property CanMove: Boolean; 
DescriptionAttribute("Specifies if the annotation can be moved in design time")

public function get,set CanMove : boolean
[Description("Specifies if the annotation can be moved in design time")]

public: __property bool get_CanMove();

public: __property void set_CanMove( 

   bool value

);
[Description("Specifies if the annotation can be moved in design time")]

public:

property bool CanMove {

   bool get();

   void set (    bool value);

}
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation
Annotation Members