AmbientTheme.DropIndicatorColor 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 ou définit la couleur ambiante associée à un objet que vous faites glisser sur l'aire de conception de workflow.
public:
virtual property System::Drawing::Color DropIndicatorColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.TypeConverter(typeof(System.Workflow.ComponentModel.Design.ColorPickerConverter))]
public virtual System.Drawing.Color DropIndicatorColor { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Workflow.ComponentModel.Design.ColorPickerConverter))>]
member this.DropIndicatorColor : System.Drawing.Color with get, set
Public Overridable Property DropIndicatorColor As Color
Valeur de propriété
Valeur Color associée à un objet que vous faites glisser sur l'aire de conception de workflow.
- Attributs