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