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