CompositeTransform3D.CenterZ Property

Definition

Gets the z-coordinate of the center point in pixels for all transforms specified by the CompositeTransform3D.

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

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

Property Value

Double

double

The z-coordinate of the center point for all transforms specified by the CompositeTransform3D. The default value is 0.

Applies to