Share via


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

Syntax

'Declaration
Public Overrides ReadOnly Property ClipWhenDrawingFields As Boolean
public override bool ClipWhenDrawingFields { get; }
public:
virtual property bool ClipWhenDrawingFields {
    bool get () override;
}
abstract ClipWhenDrawingFields : bool with get 
override ClipWhenDrawingFields : bool with get
override function get ClipWhenDrawingFields () : boolean

Property Value

Type: 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.

.NET Framework Security

See Also

Reference

LabelShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace