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


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