ArcSegment.IsLargeArc Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.