ActiveReports 12
Opacity Property

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : Opacity Property
Gets or sets the opacity factor applied to the entire System.Windows.UIElement when it is rendered in the user interface (UI). This is a dependency property.
Syntax
'Declaration
 
Public Property Opacity As Double
public double Opacity {get; set;}

Property Value

The opacity factor. Default opacity is 1.0. Expected values are between 0.0 and 1.0.
See Also

Reference

Viewer Class
Viewer Members