PathFigure.IsClosed 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 les premier et dernier segments de cette figure sont connectés.
public:
property bool IsClosed { bool get(); void set(bool value); };
bool IsClosed();
void IsClosed(bool value);
public bool IsClosed { get; set; }
var boolean = pathFigure.isClosed;
pathFigure.isClosed = boolean;
Public Property IsClosed As Boolean
<PathFigure IsClosed="bool"/>
Valeur de propriété
Boolean
bool
true si le premier et le dernier segments de la figure sont connectés ; sinon, false.