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

BaseViewer Properties

The BaseViewer type exposes the following members.

Properties

Name Description
Public property AccessKey (Inherited from WebControl.)
Public property ActualSizeHorizontalScale

Gets a value which represents the ratio of screen horizontal resolution to the content resolution.

Public property ActualSizeVerticalScale

Gets a value which represents the ratio of screen vertical resolution to the content resolution.

Protected property Adapter (Inherited from Control.)
Public property AppRelativeTemplateSourceDirectory (Inherited from Control.)
Public property Attributes (Inherited from WebControl.)
Public property AutoPostBack

Gets/sets a value indicating whether a postback to the server automatically occurs when the user zooms or scrolls the content.

Public property BackColor (Inherited from WebControl.)
Public property BindingContainer (Inherited from Control.)
Public property BorderColor (Inherited from WebControl.)
Public property BorderStyle (Inherited from WebControl.)
Public property BorderWidth

Gets/sets the width (in pixels) of the control border.

(Overrides WebControl.BorderWidth.)
Protected property ChildControlsCreated (Inherited from Control.)
Public property ClientID (Inherited from Control.)
Protected property ClientIDSeparator (Inherited from Control.)
Public property ClientSideOptions

Gets/sets values which configure automatic postback for individual events.

Public property ContentHeight

Gets a value that represents the height of the control's content taking into account its ScreenXDpi and Zoom values.

Public property ContentWidth

Gets a value that represents the width of the control's content taking into account its ScreenXDpi and Zoom values.

Protected property Context (Inherited from Control.)
Public property Controls (Inherited from Control.)
Public property ControlStyle (Inherited from WebControl.)
Public property ControlStyleCreated (Inherited from WebControl.)
Protected property DesignMode (Inherited from Control.)
Public property Enabled (Inherited from WebControl.)
Public property EnableViewState (Inherited from Control.)
Protected property Events (Inherited from Control.)
Public property HasAttributes (Inherited from WebControl.)
Protected property HasChildViewState (Inherited from Control.)
Public property Height

Gets/sets the height (in pixels) of the control area.

(Overrides WebControl.Height.)
Public property ID (Inherited from Control.)
Protected property IdSeparator (Inherited from Control.)
Protected property IsChildControlStateCleared (Inherited from Control.)
Protected property IsEnabled (Inherited from WebControl.)
Protected property IsTrackingViewState (Inherited from Control.)
Protected property IsViewStateEnabled (Inherited from Control.)
Protected property LoadViewStateByID (Inherited from Control.)
Public property MaxZoom

Gets/sets the maximum allowed zoom value.

Public property MinZoom

Gets/sets the minimum allowed zoom value.

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

Gets/sets the navigator control ID (i.e. value stored in the attribute id of the tag that inserts the control).

Public property Page (Inherited from Control.)
Public property Parent (Inherited from Control.)
Public property Rubberband

Gets/sets the rubberband control ID (i.e. value stored in the attribute id of the tag that inserts the control).

Public property RulerEnabled

Gets or sets a value indicating whether to show the ruler.

Public property RulerScale

Gets or sets the ruler scale.

Public property RulerWidth

Gets or sets the ruler width.

Public property ScreenXDpi

Gets/sets a value representing horizontal resolution in DPI used to show content in the browser.

Public property ScreenYDpi

Gets/sets a value representing vertical resolution in DPI used to show content in the browser.

Public property ScrollBarsStyle

Gets/sets a value that specifies whether to display scroll bars and whether to hide them automatically when the displayed content is less than the control size.

Public property ScrollBarWidth

Gets/sets a value that represents a scroll bar width (in pixels) in calculations.

Public property ScrollingPosition

Gets/sets the position of the scroll bars.

Public property ScrollingSize

Gets a scroll bar length (in other words, the right-bottom point of the image fragment which is out of the visible area).

Public property Site (Inherited from Control.)
Public property Style (Inherited from WebControl.)
Public property TabIndex (Inherited from WebControl.)
Protected property TagKey (Inherited from WebControl.)
Protected property TagName (Inherited from WebControl.)
Public property TemplateControl (Inherited from Control.)
Public property TemplateSourceDirectory (Inherited from Control.)
Public property ToolTip (Inherited from WebControl.)
Public property UniqueID (Inherited from Control.)
Public property ViewportAlignment

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

Public property ViewportBounds

Gets bounds of the viewport area.

Protected property ViewState (Inherited from Control.)
Protected property ViewStateIgnoresCase (Inherited from Control.)
Public property Visible (Inherited from Control.)
Public property Width

Gets/sets the width (in pixels) of the control area.

(Overrides WebControl.Width.)
Public property WorkspaceHeight

Gets the workspace height (in pixels) of the content.

Public property WorkspaceWidth

Gets the workspace width (in pixels) of the content.

Public property Zoom

Gets/sets the current zoom value.

Public property ZoomMode

Gets/sets a value that specifies content zoom mode of the control (automatic or manual).

Public property ZoomQuality

Gets/sets a value that specifies a zoom quality.

Explicit Interface Implementations

Name Description
Explicit interface implemetation Private property IControlBuilderAccessor.ControlBuilder (Inherited from Control.)
Explicit interface implemetation Private property IDataBindingsAccessor.DataBindings (Inherited from Control.)
Explicit interface implemetation Private property IExpressionsAccessor.Expressions (Inherited from Control.)
Explicit interface implemetation Private property IDataBindingsAccessor.HasDataBindings (Inherited from Control.)
Explicit interface implemetation Private property IExpressionsAccessor.HasExpressions (Inherited from Control.)
Explicit interface implemetation Private property IControlDesignerAccessor.UserData (Inherited from Control.)

See Also

Reference