NodeShape::BackgroundGradientMode Property
Visual Studio 2015
Gets the gradient for the background of the shape.
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::LinearGradientModeThe 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; } }
Show: