ScaleTransform.CenterY Property

Definition

Gets or sets the y-coordinate of the center point of this ScaleTransform.

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

void CenterY(double value);
public double CenterY { get; set; }
var double = scaleTransform.centerY;
scaleTransform.centerY = double;
Public Property CenterY As Double
<ScaleTransform CenterY="double"/>

Property Value

Double

double

The y-coordinate of the center point of this ScaleTransform. The default is 0.

Applies to