ScaleTransform.CenterX Property

Definition

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

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

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

Property Value

Double

double

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

Applies to