Visual Basic (Declaration) | |
---|---|
Public Property CurrentPosition As LogicalPoint |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As OcrCellBorderDragLimit Dim value As LogicalPoint instance.CurrentPosition = value value = instance.CurrentPosition |
C# | |
---|---|
public LogicalPoint CurrentPosition {get; set;} |
C++/CLI | |
---|---|
public: property LogicalPoint CurrentPosition { LogicalPoint get(); void set ( LogicalPoint value); } |
Property Value
A Leadtools.Forms.LogicalPoint that contains the current (old) position of the border.For a horizontal border, this is the old vertical position and vice versa.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7