Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShadowFormat Interface / Size Property


In This Topic
    Size Property (IShadowFormat)
    In This Topic
    Gets or sets the size of the specified shadow.
    Syntax
    'Declaration
     
    
    Property Size As Double
    'Usage
     
    
    Dim instance As IShadowFormat
    Dim value As Double
     
    instance.Size = value
     
    value = instance.Size
    double Size {get; set;}

    Property Value

    The size of the specified shadow.
    See Also