Gets or sets a value indicating whether to clip the content of this element (or content coming from the child elements of this element) to fit into the size of the containing element. This is a dependency property.
Syntax
'Declaration
Public Property ClipToBounds As Boolean
public bool ClipToBounds {get; set;}
Property Value
true if the content should be clipped; otherwise, false. The default value is false.
See Also