Geometry Property
Gets or sets the Geometry that describes the shape of this GeometryDrawing.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
[ContentAttribute]
public Geometry? Geometry { get; set; }
<ContentAttribute>
Public Property Geometry As Geometry
Get
Set
[<ContentAttribute>]
member Geometry : Geometry with get, set