Spread Windows Forms 12.0 Product Documentation
TouchDropDownScale Property (Appearance)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Appearance Class : TouchDropDownScale Property
Gets or sets the scale factor of the drop-down window in the touch device.
Syntax
'Declaration
 
Public Property TouchDropDownScale As Single
'Usage
 
Dim instance As Appearance
Dim value As Single
 
instance.TouchDropDownScale = value
 
value = instance.TouchDropDownScale
public float TouchDropDownScale {get; set;}

Property Value

A float value that indicates the scale factor of the drop-down window in the touch device. The default is 1.5f
See Also

Reference

Appearance Class
Appearance Members