Gets a value that represents the
Geometry of this
AnnCurveObject.
Syntax
Visual Basic (Declaration) | |
---|
Overrides Public ReadOnly Property DefiningGeometry As Geometry |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnCurveObject
Dim value As Geometry
value = instance.DefiningGeometry
|
C# | |
---|
public override Geometry DefiningGeometry {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 AnnCurveObject.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family
See Also