NodeShape::BackgroundGradientMode Property

 

Gets the gradient for the background of the shape.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
property LinearGradientMode BackgroundGradientMode {
	virtual LinearGradientMode get();
}

Property Value

Type: System.Drawing.Drawing2D::LinearGradientMode

The gradient for the background of the shape.

By default, the vertical gradient is returned.

public override global::System.Drawing.Drawing2D.LinearGradientMode BackgroundGradientMode
{
    get
    {
        return global::System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
    }
}
Return to top
Show: