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