ActiveReports 13
RenderTransformOrigin Property

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : RenderTransformOrigin Property
Gets or sets the center point of any possible render transform declared by System.Windows.UIElement.RenderTransform, relative to the bounds of the element. This is a dependency property.
Syntax
'Declaration
 
Public Property RenderTransformOrigin As Point
public Point RenderTransformOrigin {get; set;}

Property Value

The value that declares the render transform. The default value is a System.Windows.Point with coordinates (0,0).
See Also

Reference

Viewer Class
Viewer Members