IsLargeArc Property
Gets or sets a value indicating whether this instance is large arc.
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool IsLargeArc { get; set; }
Public Property IsLargeArc As Boolean
Get
Set
member IsLargeArc : bool with get, set
Property Value
Boolean
true
if this instance is large arc; otherwise, false
.