SizeMode Property

Summary

Gets or sets how the control displays the image and makes automatic adjustments to the display rectangle.

Syntax
C#
VB
C++
public ImageViewerSizeMode SizeMode { get; set; } 
  
Public Property SizeMode As ImageViewerSizeMode 
public: 
property ImageViewerSizeMode SizeMode { 
   ImageViewerSizeMode get(); 
   void set (    ImageViewerSizeMode ); 
} 

Property Value

Value that determines how the control displays the image and makes automatic adjustments to the display rectangle.

Remarks

Default value is Normal.

Example

Refer to ImageUrl

Requirements

Target Platforms

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

Leadtools.Web Assembly