Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcCharMask Class / TouchDropDownScale Property


In This Topic
TouchDropDownScale Property (GcCharMask)
In This Topic
Gets or sets the factor applies to dropdown item while opening dropdown by touch behavior.
Syntax
'Declaration
 
Public Shadows ReadOnly Property TouchDropDownScale As Single
 
'Usage
 
Dim instance As GcCharMask
Dim value As Single
 
value = instance.TouchDropDownScale

Property Value

The factor applies to dropdown item while opening dropdown by touch behavior. The default is 1.5f.
Remarks
This property is not relevant for this class.
See Also