Editar

Compartir a través de


ActivityDesignerTheme.BackColorEnd Property

Definition

Gets or sets the Color to end with when using a color gradient for the background color.

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

Property Value

The background ending Color.

Attributes

Remarks

BackColorEnd indicates the ending color of a background gradient. To use background gradient color, set the BackColorStart and BackColorEnd properties. The background will gradually change color from the starting color to the ending color.

Applies to