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