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

In This Topic
    MapImageResizeMode Enumeration
    In This Topic
    Indicates whether the content will resize to fit in the available space.
    Syntax
    'Declaration
     
    Public Enum MapImageResizeMode 
       Inherits System.Enum
    public enum MapImageResizeMode : 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