Share via


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

Syntax

'Declaration
Public Property DefaultReflectParentSelectedState As Boolean
'Usage
Dim instance As ShapeField 
Dim value As Boolean 

value = instance.DefaultReflectParentSelectedState

instance.DefaultReflectParentSelectedState = value
public bool DefaultReflectParentSelectedState { get; set; }
public:
property bool DefaultReflectParentSelectedState {
    bool get ();
    void set (bool value);
}
public function get DefaultReflectParentSelectedState () : boolean 
public 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

ShapeField Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace