FlexChart | ComponentOne
C1.Win.Ribbon.4.8 Assembly / C1.Win.Ribbon Namespace / C1Ribbon Class / SupportDpiAwareness Property

In This Topic
    SupportDpiAwareness Property
    In This Topic
    Gets or sets the dpi awareness support mode.
    Syntax
    'Declaration
     
    Public Shared Property SupportDpiAwareness As System.Boolean
    public static System.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