TranslateTransform.X Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the distance to translate along the x-axis.
public:
property double X { double get(); void set(double value); };
public double X { get; set; }
member this.X : double with get, set
Public Property X As Double
Property Value
The distance to translate (move) an object along the x-axis. The default value is 0.
Remarks
Negative values move an object to the left; positive values move an object to the right.
Dependency Property Information
Identifier field | XProperty |
Metadata properties set to true |
None |