CompositeTransform3D.TranslateX 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 in pixels.
public:
property double TranslateX { double get(); void set(double value); };
double TranslateX();
void TranslateX(double value);
public double TranslateX { get; set; }
var double = compositeTransform3D.translateX;
compositeTransform3D.translateX = double;
Public Property TranslateX As Double
Property Value
Double
double
The distance to translate (move) an object along the x-axis, in pixels. The default value is 0.