ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / FontIconElement Class / Font Property

In This Topic
    Font Property (FontIconElement)
    In This Topic
    Syntax
    'Declaration
     
    Public Property Font As System.Drawing.Font
    public System.Drawing.Font Font {get; set;}

    Property Value

    Gets or sets icon font.
    Remarks
    If this property is not set, actual font will be inherited from the parent container.
    See Also