RibbonGroupSizeDefinition.ControlSizeDefinitions Property

Gets or sets a collection of RibbonControlSizeDefinition items that specify the size of controls in the group.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Property ControlSizeDefinitions As RibbonControlSizeDefinitionCollection
public RibbonControlSizeDefinitionCollection ControlSizeDefinitions { get; set; }
public:
property RibbonControlSizeDefinitionCollection^ ControlSizeDefinitions {
    RibbonControlSizeDefinitionCollection^ get ();
    void set (RibbonControlSizeDefinitionCollection^ value);
}
member ControlSizeDefinitions : RibbonControlSizeDefinitionCollection with get, set
function get ControlSizeDefinitions () : RibbonControlSizeDefinitionCollection
function set ControlSizeDefinitions (value : RibbonControlSizeDefinitionCollection)

Property Value

Type: Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinitionCollection
A collection of RibbonControlSizeDefinition items that specify the size of controls in the group. The registered default is nulla null reference (Nothing in Visual Basic). For more information about what can influence the value, see Dependency Property Value Precedence.

Dependency Property Information

Identifier field

ControlSizeDefinitionsProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

RibbonGroupSizeDefinition Class

Microsoft.Windows.Controls.Ribbon Namespace