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