Note: This document is auto-generated by
scripts/generate_control_reference_docs.py. Do not edit manually.
Avalonia.Controls.Shapes.PathAvalonia.Controls.ShapesAvalonia.Controlssrc/Avalonia.Controls/Shapes/Path.csShapecontrolpublic static readonly StyledProperty<Geometry?> DataProperty = AvaloniaProperty.Register<Path, Geometry?>(nameof(Data));public Geometry? Data {<Path x:Name="SamplePath" />
using Avalonia.Controls.Shapes;
var control = new Path();