Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / FpColorPicker Class / BoxWidth Property


In This Topic
    BoxWidth Property (FpColorPicker)
    In This Topic
    Gets or sets the width (in pixels) of the box in the color picker.
    Syntax
    'Declaration
     
    
    Public Property BoxWidth As Integer
    'Usage
     
    
    Dim instance As FpColorPicker
    Dim value As Integer
     
    instance.BoxWidth = value
     
    value = instance.BoxWidth
    public int BoxWidth {get; set;}
    See Also