ComponentOne TileControl for WinForms
C1.Win.TileControl.8 Assembly / C1.Win.Tile Namespace / C1TileControl Class / TextBold Property

In This Topic
    TextBold Property (C1TileControl)
    In This Topic
    Gets or sets a value that indicates whether the caption text font is bold.
    Syntax
    'Declaration
     
    
    Public Property TextBold As ThreeStateBoolean
    public ThreeStateBoolean TextBold {get; set;}
    See Also