Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / DrawingToolbar Class / SetShapeStyle Method
Argument object


In This Topic
    SetShapeStyle Method
    In This Topic
    Set the Shape Style.
    Syntax
    'Declaration
     
    
    Public Sub SetShapeStyle( _
       ByVal e As ShapeEventArgs, _
       Optional ByVal isConfirm As Boolean _
    ) 
    'Usage
     
    
    Dim instance As DrawingToolbar
    Dim e As ShapeEventArgs
    Dim isConfirm As Boolean
     
    instance.SetShapeStyle(e, isConfirm)
    public void SetShapeStyle( 
       ShapeEventArgs e,
       bool isConfirm
    )

    Parameters

    e
    Argument object
    isConfirm
    See Also