←Select platform

AutoResetScaleFactor Property

Summary

Enables or disables the automatic reset of the ScaleFactor property.

Syntax

C#
VB
C++
[DescriptionAttribute("Enables or disables the automatic reset of the ScaleFactor property.")] 
[CategoryAttribute("Behavior")] 
public virtual bool AutoResetScaleFactor {get; set;} 
<DescriptionAttribute("Enables or disables the automatic reset of the ScaleFactor property.")> 
<CategoryAttribute("Behavior")> 
Public Overridable Property AutoResetScaleFactor As Boolean 
[DescriptionAttribute("Enables or disables the automatic reset of the ScaleFactor property.")] 
[CategoryAttribute("Behavior")] 
public: 
virtual property bool AutoResetScaleFactor { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to enable automatic reset, false to disable it.

Remarks

When set to true, this will automatically reset the ScaleFactor property back to 1.0 when a new image is set to the viewer.

Example

Refer to RasterImageViewer.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.WinForms Assembly
Click or drag to resize