ActivityDesignerTheme.BackgroundStyle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.