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)
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: 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.