ActivityPreviewDesignerTheme.PreviewBackColor Property

Definition

Gets or sets the color set to associate with the background of the activity preview section of the designer.

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

Property Value

The Color to associate with the background of the activity preview section of the designer.

Attributes

Applies to