Constructor PreviewUixmlSplitted
PreviewUixmlSplitted(AbstractControl)
Initializes a new instance of the PreviewUixmlSplitted class.
public PreviewUixmlSplitted(AbstractControl parent)
Parameters
parentAbstractControlParent 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
isRightbooltrue 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
alignmentElementContentAlignSpecifies the alignment of the second panel.