Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ColorPicker Class / Height Property


In This Topic
    Height Property (ColorPicker)
    In This Topic
    Gets or sets the height of the color picker.
    Syntax
    'Declaration
     
    
    Public Shadows Property Height As Integer
    'Usage
     
    
    Dim instance As ColorPicker
    Dim value As Integer
     
    instance.Height = value
     
    value = instance.Height
    public new int Height {get; set;}
    See Also