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

Syntax

'Declaration
Public Overrides ReadOnly Property ClipWhenDrawingFields As Boolean
'Usage
Dim instance As LabelShape 
Dim value As Boolean 

value = instance.ClipWhenDrawingFields
public override bool ClipWhenDrawingFields { get; }
public:
virtual property bool ClipWhenDrawingFields {
    bool get () override;
}
public override function get ClipWhenDrawingFields () : boolean

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.

.NET Framework Security

See Also

Reference

LabelShape Class

LabelShape Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace