ArcSegment.IsLargeArc Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.