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 |
|
Metadata properties set to true |
None |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.