ActivityPreviewDesignerTheme.PreviewForeColor Property

Definition

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

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

Property Value

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

Attributes

Applies to