Adorner.IsClipEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether clipping of the adorner is enabled.
public:
property bool IsClipEnabled { bool get(); void set(bool value); };
public bool IsClipEnabled { get; set; }
member this.IsClipEnabled : bool with get, set
Public Property IsClipEnabled As Boolean
Property Value
A Boolean
value indicating whether clipping of the adorner is enabled.
If this property is false
, the adorner is not clipped.
If this property is true
, the adorner is clipped using the same clipping geometry as the adorned element.
The default value is false
.
Remarks
Enabling clipping an adorner incurs a substantial performance cost. In general, clipping of the adorner should be disabled.