MapViewport.MinimumZoom 属性
Gets the minimum zoom level that is allowed in a map.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property MinimumZoom As ReportDoubleProperty
Get
用法
Dim instance As MapViewport
Dim value As ReportDoubleProperty
value = instance.MinimumZoom
public ReportDoubleProperty MinimumZoom { get; }
public:
property ReportDoubleProperty^ MinimumZoom {
ReportDoubleProperty^ get ();
}
member MinimumZoom : ReportDoubleProperty
function get MinimumZoom () : ReportDoubleProperty