Adorner.IsClipEnabled プロパティ

定義

装飾のクリッピングが有効かどうかを示す値を取得または設定します。

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

プロパティ値

装飾のクリッピングが有効かどうかを示す Boolean 値。

このプロパティが false の場合、装飾はクリッピングされません。

このプロパティが true の場合、装飾は装飾対象の要素と同じクリッピング ジオメトリを使用してクリッピングされます。

既定値は false です。

注釈

装飾のクリッピングを有効にすると、かなりのパフォーマンス コストが発生します。 一般に、装飾のクリッピングは無効にする必要があります。

適用対象

こちらもご覧ください