Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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