Gets or sets the quality of text rendering.
Namespace:
C1.Web.UI.Controls.C1GaugeAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[C1CategoryAttribute("Category.Appearance")] [DefaultValueAttribute(TextRenderingHint.SingleBitPerPixelGridFit)] public TextRenderingHint TextRenderingHint { get; set; } |
| Visual Basic (Declaration) |
|---|
<C1CategoryAttribute("Category.Appearance")> _ <DefaultValueAttribute(TextRenderingHint.SingleBitPerPixelGridFit)> _ Public Property TextRenderingHint As TextRenderingHint Get Set |