Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the RibbonControlSizeDefinition for this control when it is hosted in the Quick Access Toolbar.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property QuickAccessToolBarControlSizeDefinition As RibbonControlSizeDefinition
public RibbonControlSizeDefinition QuickAccessToolBarControlSizeDefinition { get; set; }
public:
property RibbonControlSizeDefinition^ QuickAccessToolBarControlSizeDefinition {
RibbonControlSizeDefinition^ get ();
void set (RibbonControlSizeDefinition^ value);
}
member QuickAccessToolBarControlSizeDefinition : RibbonControlSizeDefinition with get, set
function get QuickAccessToolBarControlSizeDefinition () : RibbonControlSizeDefinition
function set QuickAccessToolBarControlSizeDefinition (value : RibbonControlSizeDefinition)
Property Value
Type: Microsoft.Windows.Controls.Ribbon.RibbonControlSizeDefinition
The RibbonControlSizeDefinition for this control when it is hosted in the Quick Access Toolbar.
Dependency Property Information
Identifier field |
|
Metadata properties set to true |
None |
Remarks
A RibbonControlSizeDefinition contains properties that specify size and visibility information for the image and label associated with a control. This property specifies how the image and label will appear when this control is hosted in the Quick Access Toolbar.
.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.