Leadtools.Windows.Controls Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
Position Property
See Also 
Leadtools.Windows.Controls Namespace > ImagePanViewer Class : Position Property





Gets or sets the position for the ImagePanViewer control. This is a dependency property.

Syntax

Visual Basic (Declaration) 
Public Property Position As Point
Visual Basic (Usage)Copy Code
Dim instance As ImagePanViewer
Dim value As Point
 
instance.Position = value
 
value = instance.Position
C# 
public Point Position {get; set;}
C++/CLI 
public:
property Point Position {
   Point get();
   void set (Point value);
}
XAML Attributes Usage 

<object Position=Point .../>

Dependencies Property Information 

Identifier field

PositionProperty

Metadata properties set to true

AffectsRender

XAML Property Element Usage 

<object> <object.Position> <Point .../> </object.Position> </object>

XAML Attributes Usage 

<object Position=Point .../>

Dependencies Property Information 

Identifier field

PositionProperty

Metadata properties set to true

AffectsRender

XAML Property Element Usage 

<object> <object.Position> <Point .../> </object.Position> </object>

Return Value

The position for the ImagePanViewer

Example

For XAML example, refer to Source.

For C#/VB examples, refer to Source.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also