ShapeField::DefaultReflectParentSelectedState Property

 

Gets the child shape field and verifies whether it should be selected when its parent shape is selected or sets the ability to reflect the selection state of its parent 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 DefaultReflectParentSelectedState {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the child shape field should be selected when its parent shape is selected by default; otherwise, false.

Return to top
Show: