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