Class BinaryRibbonControlSize
Lists the various supported Ribbon control sizes that are rendered when the control performs automatic sizing when its bounds size is changed.
Namespace: Binarymission.WPF.Controls.Office
Assembly: Binarymission.WPF.Controls.BinaryRibbon.dll
Syntax
public sealed class BinaryRibbonControlSize : Enum
Fields
Large
Controls are sized large. In large size mode, the control displays any associated large image and text specified for them.
Declaration
public const BinaryRibbonControlSize Large
Field Value
Type | Description |
---|---|
BinaryRibbonControlSize |
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.
Declaration
public const BinaryRibbonControlSize Medium
Field Value
Type | Description |
---|---|
BinaryRibbonControlSize |
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.
Declaration
public const BinaryRibbonControlSize Minimized
Field Value
Type | Description |
---|---|
BinaryRibbonControlSize |
Small
Controls are sized small. In small size mode, the control displays any associated small image and text specified for them.
Declaration
public const BinaryRibbonControlSize Small
Field Value
Type | Description |
---|---|
BinaryRibbonControlSize |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
Int32 |