Gets a value that represents the
Geometry of the
AnnObjectBase.
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable MustOverride ReadOnly Property DefiningGeometry As Geometry |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnObjectBase
Dim value As Geometry
value = instance.DefiningGeometry
|
C# | |
---|
public virtual abstract Geometry DefiningGeometry {get;} |
C++/CLI | |
---|
public:
virtual abstract property Geometry DefiningGeometry {
Geometry get();
} |
XAML Syntax | |
---|
You cannot use this property in XAML. |
XAML Syntax | |
---|
You cannot use this property in XAML. |
Return Value
The
Geometry of the
AnnObject.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also