Layout.IsClippedToBounds Property

Definition

Gets or sets a value which determines if the layout should clip its children to its bounds. The default value is false.

public bool IsClippedToBounds { get; set; }

Property Value

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

Applies to