In This Article

VariantSize Enum

Specifies a control's variant size.

public enum VariantSize

Fields

Name Description
Collapsed

A collapsed size. The control is either removed from the view, or is a RibbonGroup that can show its contents in a popup when clicked.

Large

A large size. For buttons, this generally means the button will be displayed in a tall size with a large image and label.

Medium

A medium size (the default for most controls). For buttons, this generally means the button will be displayed in a medium size and with a text label.

Small

A small size. For buttons, this generally means the button will be displayed in a small size without a text label.