Diagram::HasShadow Property

 

Gets the diagram and verifies whether it has a shadow.

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 HasShadow {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true if the diagram has a shadow; otherwise, false.

By default, the return value is false.

Return to top
Show: