Layout.IsClippedToBounds Property

Definition

Gets or sets a value which determines if the Layout should clip its children to its bounds.

public bool IsClippedToBounds { get; set; }
member this.IsClippedToBounds : bool with get, set

Property Value

true if the Layout is clipped; otherwise, false. The default value is false.

Applies to