This documentation is for the old version. Go to the latest Graphics Mill docs

BaseViewer.ViewportAlignment Property

Gets/sets a value that specifies content alignment in the control.

Namespace: Aurigma.GraphicsMill.AjaxControls
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property ViewportAlignment As ViewportAlignment
C#
[BrowsableAttribute(true)]
public ViewportAlignment ViewportAlignment { get; set; }

Property Value

The ViewportAlignment enumeration member that specifies content alignment in the control.

See Also

Reference