Background

Background class

Représente l’apparence de l’arrière-plan

public class Background : ICloneable

Constructeurs

Nom La description
Background() Default_Constructor

Propriétés

Nom La description
Brush { get; set; } Obtient ou définit le pinceau d’arrière-plan. La valeur par défaut est null. Cette propriété attend une instance d’implémentations d’objets Brush Voir différentes classes Brush
Color { get; set; } Obtient ou définit la couleur d’arrière-plan de la signature.
Transparency { get; set; } Obtient ou définit la transparence de l’arrière-plan (valeur de 0,0 (opaque) à 1,0 (clair)).

Méthodes

Nom La description
Clone() Implémenter l’interface IClonable

Voir également