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