PenSettings.ImmutableDashStyle 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.
Rend le paramètre DashStyle immuable, non modifiable par d'autres. Une fois qu'il est rendu immuable, aucun autre utilisateur ne peut le modifier.
public:
property bool ImmutableDashStyle { bool get(); void set(bool value); };
public bool ImmutableDashStyle { get; set; }
member this.ImmutableDashStyle : bool with get, set
Public Property ImmutableDashStyle As Boolean
Valeur de propriété
true signifie que le paramètre DashStyle est immuable ; Sinon, ce n’est pas le cas.