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

ViewerBase Properties

The ViewerBase type exposes the following members.

Properties

Name Description
Public property AccessibilityObject (Inherited from Control.)
Public property AccessibleDefaultActionDescription (Inherited from Control.)
Public property AccessibleDescription (Inherited from Control.)
Public property AccessibleName (Inherited from Control.)
Public property AccessibleRole (Inherited from Control.)
Public property AllowDrop (Inherited from Control.)
Public property Anchor (Inherited from Control.)
Public property AutoScrollOffset (Inherited from Control.)
Public property AutoSize (Inherited from Control.)
Public property BackColor (Inherited from Control.)
Public property BackgroundImage (Inherited from Control.)
Public property BackgroundImageLayout (Inherited from Control.)
Public property BindingContext (Inherited from Control.)
Public property BorderStyle

Gets/sets the border style of the control.

Public property Bottom (Inherited from Control.)
Public property Bounds (Inherited from Control.)
Protected property CanEnableIme (Inherited from Control.)
Public property CanFocus (Inherited from Control.)
Protected property CanRaiseEvents (Inherited from Control.)
Public property CanSelect (Inherited from Control.)
Public property Capture (Inherited from Control.)
Public property CausesValidation (Inherited from Control.)
Public property ClientRectangle (Inherited from Control.)
Public property ClientSize (Inherited from Control.)
Public property CompanyName (Inherited from Control.)
Public property Container (Inherited from Component.)
Public property ContainsFocus (Inherited from Control.)
Public property ContextMenu (Inherited from Control.)
Public property ContextMenuStrip (Inherited from Control.)
Public property Controls (Inherited from Control.)
Public property Created (Inherited from Control.)
Protected property CreateParams (Inherited from Control.)
Public property Cursor (Inherited from Control.)
Public property DataBindings (Inherited from Control.)
Public property DefaultCursor

Gets/sets default cursor for a control.

Protected property DefaultImeMode (Inherited from Control.)
Protected property DefaultMargin (Inherited from Control.)
Protected property DefaultMaximumSize (Inherited from Control.)
Protected property DefaultMinimumSize (Inherited from Control.)
Protected property DefaultPadding (Inherited from Control.)
Protected property DefaultSize (Inherited from Control.)
Protected property DesignMode (Inherited from Component.)
Public property DisplayRectangle (Inherited from Control.)
Public property Disposing (Inherited from Control.)
Public property Dock (Inherited from Control.)
Protected property DoubleBuffered (Inherited from Control.)
Public property Enabled (Inherited from Control.)
Protected property Events (Inherited from Component.)
Public property Focused (Inherited from Control.)
Public property Font (Inherited from Control.)
Protected property FontHeight (Inherited from Control.)
Public property ForeColor (Inherited from Control.)
Public property Handle (Inherited from Control.)
Public property HasChildren (Inherited from Control.)
Public property HasContent

Gets a value indicating if the viewer displays any content.

Public property Height (Inherited from Control.)
Public property ImeMode (Inherited from Control.)
Protected property ImeModeBase (Inherited from Control.)
Public property InvokeRequired (Inherited from Control.)
Public property IsAccessible (Inherited from Control.)
Public property IsDisposed (Inherited from Control.)
Public property IsHandleCreated (Inherited from Control.)
Public property IsMirrored (Inherited from Control.)
Public property LayoutEngine (Inherited from Control.)
Public property Left (Inherited from Control.)
Public property Location (Inherited from Control.)
Public property Margin (Inherited from Control.)
Public property MaximumSize (Inherited from Control.)
Public property MaxZoom

Gets/sets a maximum allowed zoom value.

Public property MinimumSize (Inherited from Control.)
Public property MinZoom

Gets/sets a minimum allowed zoom value.

Public property Name (Inherited from Control.)
Public property Navigator

Gets/sets a navigator control which is responsible for the user input.

Public property Padding (Inherited from Control.)
Public property Parent (Inherited from Control.)
Public property PreferredSize (Inherited from Control.)
Public property ProductName (Inherited from Control.)
Public property ProductVersion (Inherited from Control.)
Public property RecreatingHandle (Inherited from Control.)
Public property Region (Inherited from Control.)
Protected property RenderRightToLeft Obsolete. (Inherited from Control.)
Protected property ResizeRedraw (Inherited from Control.)
Public property Right (Inherited from Control.)
Public property RightToLeft (Inherited from Control.)
Public property Rubberband

Gets/sets a currently attached rubberband control.

Protected property ScaleChildren (Inherited from Control.)
Public property ScrollBarsStyle

Gets/sets a value that specifies how to display scroll bars. The following three modes are supported:

  • scroll bars are always displayed regardless to the control content dimensions;
  • scroll bars are displayed when control content is too large to fit the control client area;
  • scroll bars are never displayed.
Public property ScrollingPosition

Gets/sets a position of the scroll bars.

Protected property ShowFocusCues (Inherited from Control.)
Protected property ShowKeyboardCues (Inherited from Control.)
Public property Site (Inherited from Control.)
Public property Size (Inherited from Control.)
Public property TabIndex (Inherited from Control.)
Public property TabStop (Inherited from Control.)
Public property Tag (Inherited from Control.)
Public property Text (Inherited from Control.)
Public property Top (Inherited from Control.)
Public property TopLevelControl (Inherited from Control.)
Public property Unit

Gets/sets a physical unit of measure for the viewer.

Public property UseWaitCursor (Inherited from Control.)
Public property ViewerResolution

Gets the monitor resolution as it is specified in Windows settings.

Public property ViewportAlignment

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

Public property Visible (Inherited from Control.)
Public property WheelZoomAmount

Gets/sets a zooming factor used during a mouse wheel scroll.

Public property Width (Inherited from Control.)
Public property WindowTarget (Inherited from Control.)
Public property WorkspaceBorderColor

Gets/sets color of the border around control's content.

Public property WorkspaceBorderEnabled

Gets/sets a value that specifies whether to display border around control's content.

Public property WorkspaceBorderWidth

Gets/sets the width of the border around control's content.

Public property WorkspaceHeight

Gets/sets the height of the workspace.

Public property WorkspaceWidth

Gets/sets the width of the workspace.

Public property Zoom

Gets/sets a current zoom value.

Public property ZoomMode

Gets/sets a zooming behavior of a control (automatic or manual).

See Also

Reference