Class TranslateTransform
Translates (moves) an object in the two-dimensional x-y coordinate system.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
public sealed class TranslateTransform : Transform
Fields
| Improve this Doc View SourceXProperty
Identifies the X dependency property
Declaration
public static readonly DependencyProperty XProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
YProperty
Identifies the Y dependency property
Declaration
public static readonly DependencyProperty YProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceX
Gets or sets the distance to translate along the x-axis.
Declaration
public double X { get; set; }
Property Value
Type | Description |
---|---|
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
Type | Description |
---|---|
System.Double |