Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / BannerShape Class / shapeColor Field


In This Topic
    shapeColor Field (BannerShape)
    In This Topic
    Specifies the color of the object container.
    Syntax
    'Declaration
     
    
    Protected shapeColor As Color
    'Usage
     
    
    Dim instance As BannerShape
    Dim value As Color
     
    value = instance.shapeColor
     
    instance.shapeColor = value
    protected Color shapeColor
    See Also