CompositeTransform3D.CenterY 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 y-coordinate of the center point in pixels for all transforms specified by the CompositeTransform3D.
public:
property double CenterY { double get(); void set(double value); };
double CenterY();
void CenterY(double value);
public double CenterY { get; set; }
var double = compositeTransform3D.centerY;
compositeTransform3D.centerY = double;
Public Property CenterY As Double
Property Value
Double
double
The y-coordinate of the center point for all transforms specified by the CompositeTransform3D. The default value is 0.