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


In This Topic
    TouchDropDownScale Property (ElementWithButtons)
    In This Topic
    Indicates the drop down scale factor for a touch device.
    Syntax
    'Declaration
     
    
    Public Property TouchDropDownScale As Single
    'Usage
     
    
    Dim instance As ElementWithButtons
    Dim value As Single
     
    instance.TouchDropDownScale = value
     
    value = instance.TouchDropDownScale
    public float TouchDropDownScale {get; set;}
    See Also