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

ViewChangedEventArgs.NewView Property

Gets new view mode of the control.

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

Syntax

Visual Basic
Public ReadOnly Property NewView As View
C#
public View NewView { get; }

Property Value

A View value which specifies new view mode.

See Also

Reference