ActiveReports 12
MinHeight Property

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

Property Value

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

Reference

Viewer Class
Viewer Members