Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Appearance Class / TouchDropDownScale Property


In This Topic
    TouchDropDownScale Property (Appearance)
    In This Topic
    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