CompositeTransform.CenterX Property

Definition

Gets or sets the x-coordinate of the center point for all transforms specified by the CompositeTransform in device-independent pixel (DIP) relative to the upper left-hand corner of the element.

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

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

Property Value

Double

double

The x-coordinate of the center point for all transforms specified by the CompositeTransform.

Applies to