ArcSegment.IsLargeArc Property

Definition

Gets or sets a value that indicates whether the arc should be greater than 180 degrees.

public:
 property bool IsLargeArc { bool get(); void set(bool value); };
bool IsLargeArc();

void IsLargeArc(bool value);
public bool IsLargeArc { get; set; }
var boolean = arcSegment.isLargeArc;
arcSegment.isLargeArc = boolean;
Public Property IsLargeArc As Boolean
<ArcSegment IsLargeArc="bool"/>

Property Value

Boolean

bool

true if the arc should be greater than 180 degrees; otherwise, false.

Applies to