Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Defines constants that specify how elements in a Ribbon are sized.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Enumeration RibbonControlLengthUnitType
public enum RibbonControlLengthUnitType
public enum class RibbonControlLengthUnitType
type RibbonControlLengthUnitType
public enum RibbonControlLengthUnitType
Members
| Member name | Description | |
|---|---|---|
| Auto | The sizing method is not specified. | |
| Pixel | The size is a fixed value expressed in pixels. | |
| Item | The size is a fixed value expressed in the number of child elements. | |
| Star | The size is a weighted proportion of the available space. |