Decorator::RequiresHost Property

 

Gets the decorator and verifies whether the position between it and the shape requires a host 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 bool RequiresHost {
	virtual bool get() abstract;
}

Property Value

Type: System::Boolean

true if the shape requires a host shape; otherwise, false.

To create a host shape, see ConfigureHostShape.

Return to top
Show: