Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RadialMenu.TextRenderingHint Property

Gets or sets the RadialMenu‘s text rendering quality.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.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