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