FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / CompatibilityOptions Class / UseGdiCompatibleTextLayout Property

In This Topic
    UseGdiCompatibleTextLayout Property
    In This Topic
    Indicates whether to use direct write gdi compatible text layout to render the text.
    Syntax
    'Declaration
     
    Public Property UseGdiCompatibleTextLayout As Boolean
    public bool UseGdiCompatibleTextLayout {get; set;}
    See Also