RibbonMenuButton.ControlSizeDefinition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the RibbonControlSizeDefinition for this control.
public:
property System::Windows::Controls::Ribbon::RibbonControlSizeDefinition ^ ControlSizeDefinition { System::Windows::Controls::Ribbon::RibbonControlSizeDefinition ^ get(); void set(System::Windows::Controls::Ribbon::RibbonControlSizeDefinition ^ value); };
public System.Windows.Controls.Ribbon.RibbonControlSizeDefinition ControlSizeDefinition { get; set; }
member this.ControlSizeDefinition : System.Windows.Controls.Ribbon.RibbonControlSizeDefinition with get, set
Public Property ControlSizeDefinition As RibbonControlSizeDefinition
Property Value
The RibbonControlSizeDefinition for this control.
Remarks
A RibbonControlSizeDefinition contains properties that specify size and visibility information for the image and label associated with a control. For the default property values, see RibbonControlSizeDefinition.
Dependency Property Information
Identifier field | ControlSizeDefinitionProperty |
Metadata properties set to true |
None |
Applies to
See also
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.