Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / ShapeEventArgs Class / ShapeType Property


In This Topic
    ShapeType Property (ShapeEventArgs)
    In This Topic
    Get or set the ShapeType
    Syntax
    'Declaration
     
    
    Public Property ShapeType As String
    'Usage
     
    
    Dim instance As ShapeEventArgs
    Dim value As String
     
    instance.ShapeType = value
     
    value = instance.ShapeType
    public string ShapeType {get; set;}
    See Also