CompositeTransform3D.ScaleZ Property

Definition

Gets or sets the z-axis scale factor. You can use this property to stretch or shrink an object along this axis.

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

void ScaleZ(double value);
public double ScaleZ { get; set; }
var double = compositeTransform3D.scaleZ;
compositeTransform3D.scaleZ = double;
Public Property ScaleZ As Double

Property Value

Double

double

The scale factor along the z-axis. The default is 1.

Applies to