MapPolygon.StrokeDashed 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 la ligne utilisée pour dessiner le MapPolygon est pointée.
public:
property bool StrokeDashed { bool get(); void set(bool value); };
bool StrokeDashed();
void StrokeDashed(bool value);
public bool StrokeDashed { get; set; }
var boolean = mapPolygon.strokeDashed;
mapPolygon.strokeDashed = boolean;
Public Property StrokeDashed As Boolean
Valeur de propriété
Boolean
bool
true si la ligne utilisée pour dessiner le MapPolygon est en pointillés ; sinon, false.