Class ScaleTransform
Scales an object in the two-dimensional x-y coordinate system.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
public sealed class ScaleTransform : Transform
Fields
| Improve this Doc View SourceCenterXProperty
Identifies the CenterX dependency property.
Declaration
[NotImplemented]
public static readonly DependencyProperty CenterXProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
CenterYProperty
Identifies the CenterY dependency property.
Declaration
[NotImplemented]
public static readonly DependencyProperty CenterYProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
ScaleXProperty
Identifies the ScaleX dependency property.
Declaration
public static readonly DependencyProperty ScaleXProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
ScaleYProperty
Identifies the ScaleY dependency property.
Declaration
public static readonly DependencyProperty ScaleYProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceCenterX
Gets or sets the x-coordinate of the center point of this ScaleTransform. The default is 0.
Declaration
[NotImplemented]
public double CenterX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
CenterY
Gets or sets the y-coordinate of the center point of this ScaleTransform. The default is 0.
Declaration
[NotImplemented]
public double CenterY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ScaleX
Gets or sets the x-axis scale factor.
Declaration
public double ScaleX { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ScaleY
Gets or sets the y-axis scale factor.
Declaration
public double ScaleY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |