ActivityPreviewDesignerTheme.PreviewBorderColor Property

Definition

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

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

Property Value

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

Attributes

Applies to