ActiveReports 12
MaxHeight Property

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : MaxHeight Property
Gets or sets the maximum height constraint of the element.
Syntax
'Declaration
 
Public Property MaxHeight As Double
public double MaxHeight {get; set;}

Property Value

The maximum height of the element, in device-independent units (1/96th inch per unit). The default value is System.Double.PositiveInfinity. This value can be any value equal to or greater than 0.0. System.Double.PositiveInfinity is also valid.
See Also

Reference

Viewer Class
Viewer Members