CompositeTransform.CenterY Property

Definition

Gets or sets the y-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 CenterY { double get(); void set(double value); };
double CenterY();

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

Property Value

Double

double

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

Applies to