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

In This Topic
    HotBorderColor Property (C1TileControl)
    In This Topic
    Gets or sets the color of tile border when the tile is hovered with the mouse.
    Syntax
    'Declaration
     
    
    Public Property HotBorderColor As Color
    public Color HotBorderColor {get; set;}
    Remarks
    This property is ignored if the value of HotBackColor is not empty.
    See Also