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