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