DiagramControl.AlignPage(Nullable<HorzAlignment>, Nullable<VertAlignment>) Method
In This Article
Scrolls the viewport according to the specified horizontal and vertical alignment.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
NuGet Package: DevExpress.Win.Diagram
#Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
public void AlignPage(
HorzAlignment? horizontalAlignment = null,
VertAlignment? verticalAlignment = null
)
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
horizontal |
Nullable<Horz |
null | A Horz |
vertical |
Nullable<Vert |
null | A Vert |
See Also