4.719 RibbonControlSizeDefinition (4.5)

x:Object > DependencyObject > Freezable > RibbonControlSizeDefinition
RibbonControlSizeDefinition
(usage)
<RibbonControlSizeDefinition />
(description)
Specifies information about the size and visibility of the images and label associated with a Ribbon control.
(used by)
RibbonButton RibbonCheckBox RibbonContentPresenter RibbonControl RibbonControlGroup RibbonControlService RibbonControlSizeDefinitionCollection RibbonMenuButton RibbonRadioButton RibbonTextBox RibbonToggleButton
(properties)
ImageSize
RibbonImageSize
(description)
A value that indicates how to show the image on a control.
IsCollapsed
x:Boolean
(description)
A value that indicates whether a control is collapsed.
IsLabelVisible
x:Boolean
(description)
A value that indicates whether the control’s label is visible.
MaxWidth
RibbonControlLength
(description)
The maximum width constraint of a container control in a Ribbon.
MinWidth
RibbonControlLength
(description)
The minimum width constraint of a container control in a Ribbon.
Width
RibbonControlLength
(description)
The width of a container control in a Ribbon.