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

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