LabelShape::ClipWhenDrawingFields Property

 

Gets the parent label shape and verifies whether the clipping region should be set to the bounding box for the parent label shape when its child shape fields are being drawn.

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 ClipWhenDrawingFields {
	virtual bool get() override;
}

Property Value

Type: System::Boolean

true if the clipping region should be set to the bounding box for the parent label shape when its child shape fields are being drawn; otherwise, false.

Return to top
Show: