Skip to main content

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
minLength Double
maxLength Double
alignment DevExpress.Xpf.LayoutControl.ItemAlignment
See Also