ShapeField::DefaultVisibility Property

 

Gets the shape field and verifies whether it appears by default or sets the default visibility of the shape field.

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 DefaultVisibility {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the shape field appears by default; otherwise, false.

The ShapeField's GetVisible method returns this value unless GetVisible is overridden.

Return to top
Show: