Note

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

Access to this page requires authorization. You can try .

CompositeTransform.TranslateY 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 (move) an object along the y-axis.

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

void TranslateY(double value);
public double TranslateY { get; set; }
var double = compositeTransform.translateY;
compositeTransform.translateY = double;
Public Property TranslateY As Double
<CompositeTransform TranslateY="double"/>

Property Value

Double

double

The distance to translate (move) an object along the y-axis, in pixels. The default is 0.

Applies to


Feedback

Was this page helpful?