| Visual Basic (Declaration) | |
|---|---|
Public Property To As LogicalPoint | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As OcrCellBorderDragLimit Dim value As LogicalPoint instance.To = value value = instance.To | |
| C# | |
|---|---|
public LogicalPoint To {get; set;} | |
| C++/CLI | |
|---|---|
public: property LogicalPoint To { LogicalPoint get(); void set ( LogicalPoint value); } | |
Property Value
A Leadtools.Forms.LogicalPoint that contains end start position of the line.For a horizontal border this is the ending x-coordinate of the border 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
Copy Code