ActiveReports 13
RenderTransform Property

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : RenderTransform Property
Gets or sets transform information that affects the rendering position of this element. This is a dependency property.
Syntax
'Declaration
 
Public Property RenderTransform As Transform
public Transform RenderTransform {get; set;}

Property Value

Describes the specifics of the desired render transform. The default is System.Windows.Media.Transform.Identity.
See Also

Reference

Viewer Class
Viewer Members