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;} |
XAML Attributes Usage | |
---|
<object Position=Point .../> |
XAML Property Element Usage | |
---|
<object>
<object.Position>
<Point .../>
</object.Position>
</object> |
XAML Attributes Usage | |
---|
<object Position=Point .../> |
XAML Property Element Usage | |
---|
<object>
<object.Position>
<Point .../>
</object.Position>
</object> |
Return Value
The position for the ImagePanViewer.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also