Compartir a través de


ShapeElement.ClipWhenDrawingFields Property

Gets the child shape and verifies whether its clipping region should be set to the bounding box for the parent shape when the child shape is 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 Overridable ReadOnly Property ClipWhenDrawingFields As Boolean
    Get
public virtual bool ClipWhenDrawingFields { get; }
public:
virtual property bool ClipWhenDrawingFields {
    bool get ();
}
abstract ClipWhenDrawingFields : bool
override ClipWhenDrawingFields : bool
function get ClipWhenDrawingFields () : boolean

Property Value

Type: System.Boolean
true if the clipping region should be set to the bounding box for the parent shape when the child shapes are drawn; otherwise, false.

Remarks

By default, the return value is true.

.NET Framework Security

See Also

Reference

ShapeElement Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace