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


In This Topic
    Type Property (IShadowFormat)
    In This Topic
    Gets or sets a ShadowType value that represents the shadow format type.
    Syntax
    'Declaration
     
    
    Property Type As ShadowType
    'Usage
     
    
    Dim instance As IShadowFormat
    Dim value As ShadowType
     
    instance.Type = value
     
    value = instance.Type
    ShadowType Type {get; set;}

    Property Value

    The ShadowType value.
    See Also