Click or drag to resize
MapBaseTotalView Property
Returns the entire view area for this map (including all sub-views if multiple views exist)

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public virtual Rectangle TotalView { get; set; }

Property Value

Type: Rectangle
Remarks
The total view area is based on the size of the display, which depends on the display mode setting of the project. Changing this is not supported.
See Also