ActiveReports 12
ClipToBounds Property

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : ClipToBounds Property
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

Reference

Viewer Class
Viewer Members