MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace / MapImageResizeMode Enumeration

MapImageResizeMode Enumeration
Specifies whether the content will resize to fit in the available space.
Syntax
'Declaration
 
Public Enum MapImageResizeMode 
   Inherits System.Enum
 
Members
MemberDescription
AutoFitFits the available size.
NoneNo fitting.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapImageResizeMode

See Also