Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IPictureEffect Interface / Type Property


In This Topic
    Type Property (IPictureEffect)
    In This Topic
    Gets the type of PictureEffect.
    Syntax
    'Declaration
     
    
    ReadOnly Property Type As PictureEffectType
    'Usage
     
    
    Dim instance As IPictureEffect
    Dim value As PictureEffectType
     
    value = instance.Type
    PictureEffectType Type {get;}

    Property Value

    The type of PictureEffect.
    See Also