Compartir a través de


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

Syntax

'Declaración
Public Overrides ReadOnly Property ClipWhenDrawingFields As Boolean
    Get
public override bool ClipWhenDrawingFields { get; }
public:
virtual property bool ClipWhenDrawingFields {
    bool get () override;
}
abstract ClipWhenDrawingFields : bool
override ClipWhenDrawingFields : bool
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

Microsoft.VisualStudio.Modeling.Diagrams Namespace