Leadtools.WinForms Namespace > RasterImageViewer Class : AutoResetScaleFactor Property |
[DescriptionAttribute("Enables or disables the automatic reset of the ScaleFactor property.")] [CategoryAttribute("Behavior")] public virtual bool AutoResetScaleFactor {get; set;}
'Declaration <DescriptionAttribute("Enables or disables the automatic reset of the ScaleFactor property.")> <CategoryAttribute("Behavior")> Public Overridable Property AutoResetScaleFactor As Boolean
'Usage Dim instance As RasterImageViewer Dim value As Boolean instance.AutoResetScaleFactor = value value = instance.AutoResetScaleFactor
[DescriptionAttribute("Enables or disables the automatic reset of the ScaleFactor property.")] [CategoryAttribute("Behavior")] public: virtual property bool AutoResetScaleFactor { bool get(); void set ( bool value); }