Reserved for future use. This is a dependency property.
Syntax
Visual Basic (Declaration) | |
---|
Public Property StartPoint As Point |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As MagnifyGlass
Dim value As Point
instance.StartPoint = value
value = instance.StartPoint
|
C# | |
---|
public Point StartPoint {get; set;} |
Managed Extensions for C++ | |
---|
public: __property Point get_StartPoint();
public: __property void set_StartPoint(
Point value
); |
XAML Attributes Usage | |
---|
<object StartPoint=Point .../> |
Dependency Property Information | |
---|
Identifier field | StartPointProperty |
Metadata properties set to true | AffectsRender |
XAML Property Element Usage | |
---|
<object>
<object.StartPoint>
<Point .../>
</object.StartPoint>
</object> |
Return Value
The initial starting point for the MagnifyGlaas
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also