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.
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. |