←Select platform

MinimumZoomFloaterSize Property

Summary

The minimum zoom floater size allowed while zooming in pixels.

Syntax
C#
VB
C++
public LeadSize MinimumZoomFloaterSize { get; set; } 
Public Property MinimumZoomFloaterSize() As LeadSize 
   Get 
   Set 
public:  
   property LeadSize^ MinimumZoomFloaterSize 
   { 
      LeadSize^ get() 
      void set(LeadSize^ value) 
   } 

Property Value

The minimum zoom floater size allowed while zooming in pixels. Default value is 16 by 16 pixels.

Remarks

MinimumZoomFloaterSize ensures that the user cannot zoom the floater to be smaller than a pre-defined value. Zooming out the floater to make the size close to zero and makes it hard for the user to interact with it.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.