Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / TouchDropDownScale Property


In This Topic
    TouchDropDownScale Property (FpSpread)
    In This Topic
    Gets or sets the TouchDropDownScale to specify the zoom scale value that applies to a cell type drop-down item.
    Syntax
    'Declaration
     
    
    Public Property TouchDropDownScale As Single
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Single
     
    instance.TouchDropDownScale = value
     
    value = instance.TouchDropDownScale
    public float TouchDropDownScale {get; set;}
    See Also