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