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