Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / ShapeOutlineColor Property


In This Topic
    ShapeOutlineColor Property (PSObject)
    In This Topic
    Gets or sets the shape outline color for the object.
    Syntax
    'Declaration
     
    
    Public Overridable Property ShapeOutlineColor As Color
    'Usage
     
    
    Dim instance As PSObject
    Dim value As Color
     
    instance.ShapeOutlineColor = value
     
    value = instance.ShapeOutlineColor
    public virtual Color ShapeOutlineColor {get; set;}
    See Also