Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1Ribbon Class / SupportDpiAwareness Property

In This Topic
    SupportDpiAwareness Property (C1Ribbon)
    In This Topic
    Gets or sets the dpi awareness support mode.
    Syntax
    'Declaration
     
    
    Public Shared Property SupportDpiAwareness As Boolean
    public static bool SupportDpiAwareness {get; set;}
    Remarks
    To enable the dpi awareness support mode set the SupportDpiAwareness as true and enable per-monitor DPI awareness in application.
    See Also