Compartir a través de


MapPolygon.StrokeDashed Propiedad

Definición

Obtiene o establece un valor que indica si la línea utilizada para dibujar mapPolygon está discontinua.

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

Valor de propiedad

Boolean

bool

true si la línea utilizada para dibujar mapPolygon está discontinua; de lo contrario, false.

Se aplica a

Consulte también