MapPolyline.StrokeDashed Proprietà

Definizione

Ottiene o imposta un valore che indica se la linea utilizzata per disegnare mapPolyline è tratteggiata.

public:
 property bool StrokeDashed { bool get(); void set(bool value); };
bool StrokeDashed();

void StrokeDashed(bool value);
public bool StrokeDashed { get; set; }
var boolean = mapPolyline.strokeDashed;
mapPolyline.strokeDashed = boolean;
Public Property StrokeDashed As Boolean

Valore della proprietà

Boolean

bool

true se la linea utilizzata per disegnare mapPolyline è tratteggiata; in caso contrario, false.

Si applica a

Vedi anche