Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcCharMaskEditingControl Class / TouchDropDownScale Property


In This Topic
    TouchDropDownScale Property (GcCharMaskEditingControl)
    In This Topic
    Gets or sets the factor applies to dropdown item while opening dropdown by touch behavior.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TouchDropDownScale As Single
    'Usage
     
    
    Dim instance As GcCharMaskEditingControl
    Dim value As Single
     
    value = instance.TouchDropDownScale
    public float TouchDropDownScale {get;}

    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