編集

次の方法で共有


ActivityDesignerTheme.BackColorStart Property

Definition

Gets or sets the starting color of the background when using a color gradient on the background.

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

Property Value

The background starting Color.

Attributes

Remarks

BackColorStart indicates the background color, or the beginning color of a background gradient. To use background gradient color, set the BackColorStart and BackColorEnd properties. The background will gradually change color from the start color to the end color.

Applies to