LengthUnitType Enum
Provides members that specify how a StackGroup‘s length should be counted.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
Pixel
|
The Length.UnitValue property value is the number of pixels that a StackGroup occupies. |
Star
|
The Length.UnitValue property value is the relative length multiplier. |
Related API Members
The following properties accept/return LengthUnitType values:
Remarks
The LengthUnitType enumerator values are passed to the Length.UnitType property as values. Depending on this property, a Stack Group can occupy either a precise number of pixels, or dynamically resize to the available space. See the Widget View for information.