Ham Cockpit   

    Show / Hide Table of Contents

    Class LedFont

    Provides a 7-segment LED font.

    Inheritance
    Object
    LedFont
    Namespace: VE3NEA.HamCockpit.SharedControls
    Assembly: VE3NEA.HamCockpit.SharedControls.dll
    Syntax
    public class LedFont
    Examples

    This code assigns the LED font to the Frequencylabel control:

    FrequencyLabel.Font = new Font(LedFont.Family, FrequencyLabel.Font.Size);

    Properties

    Name Description
    Family

    Gets the font family.

    • View Source
    Back to top Generated by DocFX