Table of Contents

Constructor PreviewUixmlSplitted

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

PreviewUixmlSplitted(AbstractControl)

Initializes a new instance of the PreviewUixmlSplitted class.

public PreviewUixmlSplitted(AbstractControl parent)

Parameters

parent AbstractControl

Parent of the control.

PreviewUixmlSplitted(bool)

Initializes a new instance of the PreviewUixmlSplitted class, aligning the content either to the right or to the bottom based on the provided alignment flag.

[Obsolete("Use the constructor with ElementContentAlign parameter instead.")]
public PreviewUixmlSplitted(bool isRight)

Parameters

isRight bool

true to align the content to the right; false to align the content to the bottom.

Remarks

This constructor is obsolete. Use the constructor that accepts an ElementContentAlign parameter for more precise alignment control.

PreviewUixmlSplitted()

Initializes a new instance of the PreviewUixmlSplitted class.

public PreviewUixmlSplitted()

PreviewUixmlSplitted(ElementContentAlign)

Initializes a new instance of the PreviewFileSplitted class with the specified alignment.

public PreviewUixmlSplitted(ElementContentAlign alignment)

Parameters

alignment ElementContentAlign

Specifies the alignment of the second panel.