編集

次の方法で共有


ActivityDesignerTheme.BackgroundStyle Property

Definition

Gets or sets the background style.

public:
 virtual property System::Drawing::Drawing2D::LinearGradientMode BackgroundStyle { System::Drawing::Drawing2D::LinearGradientMode get(); void set(System::Drawing::Drawing2D::LinearGradientMode value); };
public virtual System.Drawing.Drawing2D.LinearGradientMode BackgroundStyle { get; set; }
member this.BackgroundStyle : System.Drawing.Drawing2D.LinearGradientMode with get, set
Public Overridable Property BackgroundStyle As LinearGradientMode

Property Value

A LinearGradientMode that describes the background style.

Remarks

Use BackgroundStyle to get or set how the background displays color. The BackgroundStyle can be set to one of four modes:

BackwardDiagonal
Specifies a gradient from upper right to lower left.

ForwardDiagonal
Specifies a gradient from upper left to lower right.

Horizontal
Specifies a gradient from left to right.

Vertical
Specifies a gradient from top to bottom.

Applies to