HypernovaDesktop Components · docs
Binarymission
WPFRibbon › BinaryRibbonControlSize

BinaryRibbonControlSize

enum.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WPF.Controls.Office

Lists the various supported Ribbon control sizes that are rendered when the control performs automatic sizing when its bounds size is changed.

public enum BinaryRibbonControlSize

Members at a glance

LargeControls are sized large. In large size mode, the control displays any associated large image and text specified for them.
MediumControls are sized medium. In medium size mode, the control displays any associated large image and text specified for them, in a medium sized state.
MinimizedControls are moved automatically into an overflow container. In this mode, the content is displayed as a drop-down button with a small image displayed on it, and the user will need to open the overflow window to work with the child controls in that group.
SmallControls are sized small. In small size mode, the control displays any associated small image and text specified for them.

Members

Large

Controls are sized large. In large size mode, the control displays any associated large image and text specified for them.

Medium

Controls are sized medium. In medium size mode, the control displays any associated large image and text specified for them, in a medium sized state.

Minimized

Controls are moved automatically into an overflow container. In this mode, the content is displayed as a drop-down button with a small image displayed on it, and the user will need to open the overflow window to work with the child controls in that group.

Small

Controls are sized small. In small size mode, the control displays any associated small image and text specified for them.