Gets the geometry of the underlying dependency. This is a dependency property.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public Geometry PathData { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property PathData As Geometry |
A WPF Geometry.
See Also