SkewTransform.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 or sets the y-coordinate of the transform center.
public:
property double CenterY { double get(); void set(double value); };
double CenterY();
void CenterY(double value);
public double CenterY { get; set; }
var double = skewTransform.centerY;
skewTransform.centerY = double;
Public Property CenterY As Double
<SkewTransform CenterY="double"/>
Property Value
Double
double
The y-coordinate of the transform center. The default is 0.