'Declaration
Public Property ShadowSize As Integer
'Usage
Dim instance As ButtonCellType Dim value As Integer instance.ShadowSize = value value = instance.ShadowSize
public int ShadowSize {get; set;}
'Declaration
Public Property ShadowSize As Integer
'Usage
Dim instance As ButtonCellType Dim value As Integer instance.ShadowSize = value value = instance.ShadowSize
public int ShadowSize {get; set;}
Exception | Description |
---|---|
System.ArgumentException | Specified width is not valid; must be between 0 and 256 |