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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public Property DefaultReflectParentSelectedState As Boolean
public bool DefaultReflectParentSelectedState { get; set; }
public:
property bool DefaultReflectParentSelectedState {
    bool get ();
    void set (bool value);
}
member DefaultReflectParentSelectedState : bool with get, set
function get DefaultReflectParentSelectedState () : boolean
function set DefaultReflectParentSelectedState (value : boolean)

Property Value

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

.NET Framework Security

See Also

Reference

ShapeField Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace