windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-radialmenu-6412d137.md
This property is not supported by the RadialMenu class.
Namespace : DevExpress.XtraBars.Ribbon
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override MenuDrawMode MenuDrawMode { get; set; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property MenuDrawMode As MenuDrawMode
| Type |
|---|
| MenuDrawMode |
Available values:
| Name | Description |
|---|---|
| Default |
A menu is painted according to its type.
For ApplicationMenu objects, the default draw mode is affected by the ApplicationMenu.ShowRightPane property. If the ApplicationMenu.ShowRightPane option is set to false , menu items are painted as in the MenuDrawMode.LargeImagesTextDescription mode. If the option is set to true , menu items are painted as in the MenuDrawMode.LargeImagesText draw mode.
| | SmallImagesText |
Allows menu item captions and small images to be displayed.
| | LargeImagesText |
Allows menu item captions and large images to be displayed.
| | LargeImagesTextDescription |
Allows menu item captions, descriptions and large images to be displayed.
|
See Also