Back to Devexpress

LengthUnitType Enum

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-4c42cfcf.md

latest2.0 KB
Original Source

LengthUnitType Enum

Provides members that specify how a StackGroup‘s length should be counted.

Namespace : DevExpress.XtraBars.Docking2010.Views.Widget

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum LengthUnitType
vb
Public Enum LengthUnitType

Members

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

|

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.

See Also

Widget View

DevExpress.XtraBars.Docking2010.Views.Widget Namespace