TouchDropDownScale Property (FpCombo)
In This Topic
Indicates the drop down scale factor for a touch device.
Syntax
'Declaration
Public Property TouchDropDownScale As Single
'Usage
Dim instance As FpCombo
Dim value As Single
instance.TouchDropDownScale = value
value = instance.TouchDropDownScale
public float TouchDropDownScale {get; set;}
See Also