Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / ShapeStateEventArgs Class / Effect Property


In This Topic
    Effect Property
    In This Topic
    Gets a boolean value indicating whether the shape's Effect is changed.
    Syntax
    'Declaration
     
    
    Public Property Effect As Boolean
    'Usage
     
    
    Dim instance As ShapeStateEventArgs
    Dim value As Boolean
     
    instance.Effect = value
     
    value = instance.Effect
    public bool Effect {get; set;}
    See Also