ActiveReports 12
LayoutTransform Property

GrapeCity.ActiveReports.Viewer.Wpf.v12 Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : LayoutTransform Property
Gets or sets a graphics transformation that should apply to this element when layout is performed.
Syntax
'Declaration
 
Public Property LayoutTransform As Transform
public Transform LayoutTransform {get; set;}

Property Value

The transform this element should use. The default is System.Windows.Media.Transform.Identity.
See Also

Reference

Viewer Class
Viewer Members