ClipToBounds Property
Gets or sets a value indicating whether the control should be clipped to its bounds.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool ClipToBounds { get; set; }
Public Property ClipToBounds As Boolean
Get
Set
member ClipToBounds : bool with get, set