NodeShape.HasBackgroundGradient Property

Gets the shape and verifies whether it has a gradient for its background.

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

Syntax

'Declaration
Public Overridable ReadOnly Property HasBackgroundGradient As Boolean
'Usage
Dim instance As NodeShape 
Dim value As Boolean 

value = instance.HasBackgroundGradient
public virtual bool HasBackgroundGradient { get; }
public:
virtual property bool HasBackgroundGradient {
    bool get ();
}
public function get HasBackgroundGradient () : boolean

Property Value

Type: System.Boolean
true if the shape has a gradient for its background; otherwise, false.

.NET Framework Security

See Also

Reference

NodeShape Class

NodeShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace