ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapMarkerImage Class / ResizeMode Property

In This Topic
    ResizeMode Property
    In This Topic
    Gets or sets whether the content will resize to fit in the available space. That evaluates to one of MapMarkerImage.ImageResizeMode. The default value is MapMarkerImage.ImageResizeMode.AutoFit.
    Syntax
    'Declaration
     
    Public Property ResizeMode As GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo ResizeMode {get; set;}
    See Also