CompositeTransform3D.ScaleZ 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 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.