Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / ShapeStyle Property


In This Topic
    ShapeStyle Property
    In This Topic
    Gets or sets an ShapeStyle that represents the shape style of shape range.
    Syntax
    'Declaration
     
    
    Property ShapeStyle As ShapeStyle
    'Usage
     
    
    Dim instance As IShapeBase
    Dim value As ShapeStyle
     
    instance.ShapeStyle = value
     
    value = instance.ShapeStyle
    ShapeStyle ShapeStyle {get; set;}

    Property Value

    The shape style.
    See Also