Class
TranslateTransform

Translates (moves) an object in the 2-D x-y coordinate system.

Definition

Namespace:Telerik.WinControls.Spreadsheet.UI

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

cs-api-definition
public class TranslateTransform : RenderTransform, INotifyPropertyChanged

Inheritance: objectRenderTransformTranslateTransform

Implements: INotifyPropertyChanged

Inherited Members RenderTransform.OnPropertyChanged(string)RenderTransform.PropertyChanged

Constructors

TranslateTransform()

Declaration

cs-api-definition
public TranslateTransform()

Properties

X

Gets or sets the distance to translate along the x-axis.

Declaration

cs-api-definition
public double X { get; set; }

Property Value

double

Y

Gets or sets the distance to translate (move) an object along the y-axis.

Declaration

cs-api-definition
public double Y { get; set; }

Property Value

double