AmbientTheme.WorkflowWatermarkImage 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.
Obtient l’image ambiante à associer à l’aire de conception du flux de travail comme filigrane.
public:
property System::Drawing::Image ^ WorkflowWatermarkImage { System::Drawing::Image ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Image WorkflowWatermarkImage { get; }
[<System.ComponentModel.Browsable(false)>]
member this.WorkflowWatermarkImage : System.Drawing.Image
Public ReadOnly Property WorkflowWatermarkImage As Image
Valeur de propriété
À Image utiliser comme filigrane sur l’aire de conception du flux de travail.
- Attributs
Remarques
Permet WatermarkImagePath d’associer une image en tant qu’image de filigrane pour une surface de conception de flux de travail. Si WatermarkImagePath n’est pas null (Nothing dans Visual Basic) lorsque vous définissez WatermarkImagePath, WatermarkImagePath supprime toutes les ressources utilisées par WatermarkImagePath et définit sa valeur sur null (Nothing).