Skip to main content

RadialMenu.TextRenderingHint Property

Gets or sets the RadialMenu‘s text rendering quality.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(TextRenderingHint.SystemDefault)]
[DXCategory("Appearance")]
public TextRenderingHint TextRenderingHint { get; set; }

Property Value

Type Default Description
TextRenderingHint SystemDefault

A System.Drawing.Text.TextRenderingHint enumerator value specifying the RadialMenu‘s text rendering quality.

Remarks

By default, a RadialMenu‘s text is drawn according to the user’s current system settings. You can manually change the text quality rendering. Use the TextRenderingHint property to force a RadialMenu to draw its text using only its glyph bitmap or antialiased glyph bitmap with hinting for better quality. The figure below illustrates the difference.

RadialMenu text rendering options

See the TextRenderingHint Enumeration topic in MSDN to learn more.

See Also