VisualElement.Clip 속성

정의

요소의 클리핑 영역을 지정합니다. 이는 바인딩 가능 속성입니다.

public:
 property Microsoft::Maui::Controls::Shapes::Geometry ^ Clip { Microsoft::Maui::Controls::Shapes::Geometry ^ get(); void set(Microsoft::Maui::Controls::Shapes::Geometry ^ value); };
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.Shapes.PathGeometryConverter))]
public Microsoft.Maui.Controls.Shapes.Geometry Clip { get; set; }
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.Shapes.PathGeometryConverter))>]
member this.Clip : Microsoft.Maui.Controls.Shapes.Geometry with get, set
Public Property Clip As Geometry

속성 값

특성

설명

요소가 렌더링되면 클리핑 내부에 속하는 요소 부분만 표시되고, 클리핑 Geometry 영역 외부로 확장되는 모든 콘텐츠는 잘립니다(즉, 표시되지 않음).

적용 대상