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

BaseRelativeLengthElement.Length Property

Gets or sets the Length structure that specifies the size of this element.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public Length Length { get; set; }

Property Value

Type Description
Length

A Length object that specifies the size of this element.

Remarks

Objects that derive from the BaseRelativeLengthElement class (StackGroup, RowDefinition, ColumnDefinition, etc.) are sized in Length objects that allow you to set either absolute or relative sizes for your elements. See Table Layout Mode article for an example.

See Also