AmbientTheme.BackColor Property

Definition

Gets or sets the ambient back color on a workflow design surface.

public:
 virtual property System::Drawing::Color BackColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.TypeConverter(typeof(System.Workflow.ComponentModel.Design.ColorPickerConverter))]
public virtual System.Drawing.Color BackColor { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Workflow.ComponentModel.Design.ColorPickerConverter))>]
member this.BackColor : System.Drawing.Color with get, set
Public Overridable Property BackColor As Color

Property Value

A Color value that represents the ambient background color. The default is white.

Attributes

Remarks

When you set the BackColor property, it negates the BackgroundBrush property value.

Applies to