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

ViewerBase.ViewportAlignment Property

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

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

Syntax

Visual Basic
Public MustOverride Property ViewportAlignment As ViewportAlignment
C#
public abstract ViewportAlignment ViewportAlignment { get; set; }

Property Value

A value that specifies bitmap alignment in the control.

See Also

Reference