TreeView for WinForms | ComponentOne
C1.Framework Namespace / Style Class / Font Property

In This Topic
    Font Property (Style)
    In This Topic
    Gets or sets the font used to paint text within the element.
    Syntax
    'Declaration
     
    
    <DescriptionAttribute("Gets or sets the font used to paint text.")>
    <CategoryAttribute("Text")>
    <DefaultValueAttribute("")>
    Public Property Font As Font
    [Description("Gets or sets the font used to paint text.")]
    [Category("Text")]
    [DefaultValue("")]
    public Font Font {get; set;}
    Remarks
    If this property is set to null, the text will be painted using the font specified by the parent element's font.
    See Also