ApplicationMenuButtonStyle
enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WPF.Controls.Office
Lists the supported styles of Application menu button rendering.
public enum ApplicationMenuButtonStyle
Members at a glance
GlassyWithCustomBackgroundFill | Renders the application menu button with a full glass fill mixed with a custom background fill color that you can set using ApplicationMenuButtonBackgroundBrushKey value. |
StandardOffice | Renders the application menu button similar to what is seen in Office application, with two differing Orange color fill depending on whether the mouse is over the button or is pressing the button. |
Members
GlassyWithCustomBackgroundFill
Renders the application menu button with a full glass fill mixed with a custom background fill color that you can set using ApplicationMenuButtonBackgroundBrushKey value.
StandardOffice
Renders the application menu button similar to what is seen in Office application, with two differing Orange color fill depending on whether the mouse is over the button or is pressing the button.