Gets the logical origin of this
AnnProtractorObject.
Syntax
Visual Basic (Declaration) | |
---|
Overrides Public ReadOnly Property Origin As Point |
C# | |
---|
public override Point Origin {get;} |
C++/CLI | |
---|
public:
property Point Origin override {
Point get();
} |
XAML Syntax | |
---|
You cannot use this property in XAML. |
XAML Syntax | |
---|
You cannot use this property in XAML. |
Return Value
The logical origin of this
AnnProtractorObject.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also