ItemInfo(Double, Double, Double, ItemAlignment) Constructor
In This Article
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v14.2.dll
#Declaration
public ItemInfo(
double length,
double minLength,
double maxLength,
ItemAlignment alignment
)
#Parameters
Name | Type |
---|---|
length | Double |
min |
Double |
max |
Double |
alignment | DevExpress. |
See Also