Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CompositeTransform.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.

public:
 property double TranslateX { double get(); void set(double value); };
double TranslateX();

void TranslateX(double value);
public double TranslateX { get; set; }
var double = compositeTransform.translateX;
compositeTransform.translateX = double;
Public Property TranslateX As Double
<CompositeTransform TranslateX="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?