GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoOverview Class / TextRenderingHint Property
In This Topic
    TextRenderingHint Property (GoOverview)
    In This Topic
    Overridden to change the default value to be TextRenderingHint.AntiAlias.
    Syntax
    [Category("Appearance")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [Description("How nicely text is rendered")]
    public override TextRenderingHint TextRenderingHint {get; set;}
    See Also