ImageShape::HasBackgroundGradient Property

 

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

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

public:
property bool HasBackgroundGradient {
	virtual bool get() override sealed;
}

Property Value

Type: System::Boolean

true if the shape has a background gradient; otherwise, false.

The return value is always false because background gradients cannot be used with image shapes.

This method cannot be overridden.

Return to top
Show: