ActiveReports 12
MaxWidth Property

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

Property Value

The maximum width 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