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

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