Accusoft.ImagXpress13.Net
ScrollPosition Property




Gets and sets the current scrolling position of the cursor on the scrollbar.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DescriptionAttribute("Property that determines whether updates allow the control to be repainted.")>
Public Property ScrollPosition As Point
'Usage
 
Dim instance As ImageXView
Dim value As Point
 
instance.ScrollPosition = value
 
value = instance.ScrollPosition
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Description("Property that determines whether updates allow the control to be repainted.")]
public Point ScrollPosition {get; set;}
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Description("Property that determines whether updates allow the control to be repainted.")]
public: __property Point get_ScrollPosition();
public: __property void set_ScrollPosition( 
   Point value
);
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Description("Property that determines whether updates allow the control to be repainted.")]
public:
property Point ScrollPosition {
   Point get();
   void set (    Point value);
}

Property Value

A System.Drawing.Point value which represents the scrolling position of the cursor on the scrollbar.
See Also

Reference

ImageXView Class
ImageXView Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback