Class TranslateTransform
Translates (moves) an object in the 2-D x-y coordinate system.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Spreadsheet.UI
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class TranslateTransform : RenderTransform, INotifyPropertyChanged
Constructors
TranslateTransform()
Declaration
public TranslateTransform()
Properties
X
Gets or sets the distance to translate along the x-axis.
Declaration
public double X { get; set; }
Property Value
System.Double
|
Y
Gets or sets the distance to translate (move) an object along the y-axis.
Declaration
public double Y { get; set; }
Property Value
System.Double
|