Share via


ArcSegment.IsLargeArc Propriété

Définition

Obtient ou définit une valeur qui indique si l’arc doit être supérieur à 180 degrés.

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"/>

Valeur de propriété

Boolean

bool

true si l’arc doit être supérieur à 180 degrés ; sinon, false.

S’applique à