TranslateTransform
Class
Definition
Namespace:Telerik.WinControls.UI.Diagrams
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public sealed class TranslateTransform : Transform
Inheritance: objectTransformTranslateTransform
Inherited Members
Constructors
Initializes a new instance of the class.
C#
public TranslateTransform()
Initializes a new instance of the class and specifies the displacements in the direction of the x- and y- axes.
Properties
Gets a Matrix representation of this .
C#
public override Matrix Value { get; }
A matrix that represents this .
Overrides:
Gets or sets the distance to translate along the x-axis.
C#
public double X { get; set; }
The distance to translate (move) an object along the x-axis. The default value is 0.