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