'Declaration
<DescriptionAttribute("This property returns and sets the mode to the Touch interface.")>
<DefaultValueAttribute()>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property Mode As TouchMode
'Usage
Dim instance As Touch
Dim value As TouchMode
instance.Mode = value
value = instance.Mode
[Description("This property returns and sets the mode to the Touch interface.")]
[DefaultValue()]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public TouchMode Mode {get; set;}
[Description("This property returns and sets the mode to the Touch interface.")]
[DefaultValue()]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public: __property TouchMode get_Mode();
public: __property void set_Mode(
TouchMode value
);
[Description("This property returns and sets the mode to the Touch interface.")]
[DefaultValue()]
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public:
property TouchMode Mode {
TouchMode get();
void set ( TouchMode value);
}