Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
TranslateTransform.X Property
Definition
- Namespace:
- Microsoft.UI.Xaml.Media
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); };
double X();
void X(double value);
public double X { get; set; }
var double = translateTransform.x;
translateTransform.x = double;
Public Property X As Double
<TranslateTransform X="double"/>
Property Value
Double
double
The distance to translate (move) an object along the x-axis, in pixels. This property is read/write. The default is 0.
Applies to
Feedback
Was this page helpful?
