Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ToolbarDropDown Class / DropDownHeight Property


In This Topic
    DropDownHeight Property
    In This Topic
    Syntax
    'Declaration
     
    Public Property DropDownHeight As Double
    'Usage
     
    Dim instance As ToolbarDropDown
    Dim value As Double
     
    instance.DropDownHeight = value
     
    value = instance.DropDownHeight
    public double DropDownHeight {get; set;}
    See Also