ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / C1TileControl Class / FocusedBorderColor Property

In This Topic
    FocusedBorderColor Property (C1TileControl)
    In This Topic
    Gets or sets the color of tile border when the tile is selected with keyboard.
    Syntax
    'Declaration
     
    
    Public Property FocusedBorderColor As Color
    public Color FocusedBorderColor {get; set;}
    See Also