DisplayMode Property (InitializationOptions)
In This Topic
Gets or sets the initial display mode of the Viewer.
Syntax
'Declaration
Public Property DisplayMode As ViewMode
public ViewMode DisplayMode {get; set;}
Property Value
An instance of
ViewMode that defines the initial display mode.
See Also