Layout.IsClippedToBounds Property

Definition

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

public:
 property bool IsClippedToBounds { bool get(); void set(bool value); };
public bool IsClippedToBounds { get; set; }
member this.IsClippedToBounds : bool with get, set
Public Property IsClippedToBounds As Boolean

Property Value

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

Applies to