Back to Devexpress

Length Members

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-widget-dot-length-dot-underscore-members.md

latest4.5 KB
Original Source

Length Members

A structure that specifies the width (or the height) of StackGroups, RowDefinitions and ColumnDefinitions.

Constructors

NameDescription
Length()Initializes a new instance of the Length class with the default settings.
Length(Double, LengthUnitType)Initializes a new instance of the Length class with the specified settings.
Length(Double)Initializes a new instance of the Length class with the specified settings.

Properties

NameDescription
UnitTypeGets or sets the way a StackGroup‘s, RowDefinition‘s or ColumnDefinition‘s length is measured.
UnitValueGets or sets the numeric representation for the length of a Stack Group, RowDefinition or ColumnDefinition.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the text representation of the Length object.

Events

NameDescription
PropertyChangedOccurs whenever this Length‘s properties change.

See Also

Length Class

DevExpress.XtraBars.Docking2010.Views.Widget Namespace