Visual Basic (Declaration) | |
---|---|
<DescriptionAttribute("Enables or disables the automatic reset of the ScaleFactor property.")> <CategoryAttribute("Behavior")> Public Overridable Property AutoResetScaleFactor As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[DescriptionAttribute("Enables or disables the automatic reset of the ScaleFactor property.")] [CategoryAttribute("Behavior")] public virtual bool AutoResetScaleFactor {get; set;} |
C++/CLI | |
---|---|
[DescriptionAttribute("Enables or disables the automatic reset of the ScaleFactor property.")] [CategoryAttribute("Behavior")] public: virtual property bool AutoResetScaleFactor { bool get(); void set (bool value); } |
Return Value
true to enable automatic reset, false to disable it.Refer to RasterImageViewer.
When set to true, this will automatically reset the ScaleFactor property back to 1.0 when a new image is set to the viewer.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family