Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GeometryDrawing Class / Effects Property


In This Topic
    Effects Property
    In This Topic
    Gets the effects of this geometry drawing.
    Syntax
    'Declaration
     
    
    Public Property Effects As Effect()
    'Usage
     
    
    Dim instance As GeometryDrawing
    Dim value() As Effect
     
    instance.Effects = value
     
    value = instance.Effects
    public Effect[] Effects {get; set;}

    Property Value

    The effect list of this geometry drawing.
    See Also