ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / Tile Class / GetBackColor Method

In This Topic
    GetBackColor Method (Tile)
    In This Topic
    Returns the background color of the tile.
    Syntax
    'Declaration
     
    
    Public Function GetBackColor() As Color
    public Color GetBackColor()
    Remarks
    This method never returns the Color.Empty value. If the background color is not set for the given Tile, it is obtained from the TileBackColor property of the owner control.
    See Also