Skip to main content
A newer version of this page is available. .

LengthUnitType Enum

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

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v18.1.dll

Declaration

public enum LengthUnitType

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the LengthUnitType enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also