←Select platform

SizeMode Property

Summary

Gets a value that determines how the control displays the view and adjusts the display automatically.

Syntax

C#
VB
C++
public ControlSizeMode SizeMode { get; } 
Public ReadOnly Property SizeMode() As ControlSizeMode 
   Get 
public:  
   property ControlSizeMode^ SizeMode 
   { 
      ControlSizeMode^ get() 
   } 

Property Value

A value that determines how the control displays the image and adjusts the display automatically. Default value is ControlSizeMode.None.

Remarks

This value is the same set by the user to the last call to Zoom.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly