'Declaration
Public Property KnobWidth As Integer
'Usage
Dim instance As SliderCellType Dim value As Integer instance.KnobWidth = value value = instance.KnobWidth
public int KnobWidth {get; set;}
'Declaration
Public Property KnobWidth As Integer
'Usage
Dim instance As SliderCellType Dim value As Integer instance.KnobWidth = value value = instance.KnobWidth
public int KnobWidth {get; set;}
Exception | Description |
---|---|
System.ArgumentException | Specified value is out of range; must be between 0 and 255 |