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


In This Topic
    ShapeColor Property
    In This Topic
    Get or set the ShapeColor
    Syntax
    'Declaration
     
    
    Public Property ShapeColor As Color
    'Usage
     
    
    Dim instance As ShapeEventArgs
    Dim value As Color
     
    instance.ShapeColor = value
     
    value = instance.ShapeColor
    public Color ShapeColor {get; set;}
    See Also