←Select platform

SizeMode Property

Summary

Determines how the control displays the image and whether it automatically adjusts the display rectangles.

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

Property Value

Value which determines how the control displays the image and whether it automatically adjusts the display rectangles.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly