VisualElement.Clip Właściwość

Definicja

Określa region przycinania elementu. Jest to właściwość z możliwością powiązania.

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

Wartość właściwości

Atrybuty

Uwagi

Gdy element jest renderowany, jest wyświetlana tylko część elementu, który znajduje się wewnątrz wycinki Geometry , podczas gdy każda zawartość rozciągana poza region wycinków jest przycięty (czyli nie jest wyświetlana).

Dotyczy