Back to Devexpress

RadialMenu.TextRenderingHint Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-radialmenu-c4691ade.md

latest2.1 KB
Original Source

RadialMenu.TextRenderingHint Property

Gets or sets the RadialMenu‘s text rendering quality.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(TextRenderingHint.SystemDefault)]
[DXCategory("Appearance")]
public TextRenderingHint TextRenderingHint { get; set; }
vb
<DefaultValue(TextRenderingHint.SystemDefault)>
<DXCategory("Appearance")>
Public Property TextRenderingHint As TextRenderingHint

Property Value

TypeDefaultDescription
TextRenderingHintSystemDefault

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.

See the TextRenderingHint Enumeration topic in MSDN to learn more.

See Also

RadialMenu Class

RadialMenu Members

DevExpress.XtraBars.Ribbon Namespace