Изменить

Поделиться через


ActivityDesignerTheme.ForeColor Property

Definition

Gets or sets the color of the foreground.

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

Property Value

A Color that represents the foreground color of the theme.

Attributes

Remarks

Use the ForeColor property to specify the foreground color of the theme. The foreground color is usually the color of the text.

Applies to