TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / AlternativeContentSettings Class / Font Property

In This Topic
    Font Property (AlternativeContentSettings)
    In This Topic
    Gets or sets the font of alternative content preview text when gesture zooming.
    Syntax
    'Declaration
     
    
    Public Property Font As Font
    public Font Font {get; set;}

    Property Value

    A Font value that represents the font of alternative content preview text when gesture zooming. The default is a null reference (Nothing in Visual Basic), means use the font of form.
    See Also