Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ButtonCellType Class / ShadowSize Property


In This Topic
    ShadowSize Property (ButtonCellType)
    In This Topic
    Gets or sets the width (in pixels) of the shadow around the button.
    Syntax
    '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;}
    Exceptions
    ExceptionDescription
    Specified width is not valid; must be between 0 and 256
    See Also