'Declaration
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DefaultValueAttribute()>
<DescriptionAttribute("This property sets and returns the built-in touch rotate operation is performed on the current image.")>
Public Property ImageRotationEnabled As Boolean
'Usage
Dim instance As Touch
Dim value As Boolean
instance.ImageRotationEnabled = value
value = instance.ImageRotationEnabled
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
[Description("This property sets and returns the built-in touch rotate operation is performed on the current image.")]
public bool ImageRotationEnabled {get; set;}
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
[Description("This property sets and returns the built-in touch rotate operation is performed on the current image.")]
public: __property bool get_ImageRotationEnabled();
public: __property void set_ImageRotationEnabled(
bool value
);
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[DefaultValue()]
[Description("This property sets and returns the built-in touch rotate operation is performed on the current image.")]
public:
property bool ImageRotationEnabled {
bool get();
void set ( bool value);
}