Accusoft.ImagXpress13.Net
ScrollPosition Property




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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback