Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcTimeSpan Class / TouchDropDownScale Property


In This Topic
    TouchDropDownScale Property (GcTimeSpan)
    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 GcTimeSpan
    Dim value As Single
     
    value = instance.TouchDropDownScale
    public new 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