Click or drag to resize
CompositeTransformScaleX Property
Gets or sets the x-axis scale factor. You can use this property to stretch or shrink an object horizontally. The default is 1.

Namespace: Windows.UI.Xaml.Media
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public double ScaleX { get; set; }

Property Value

Type: Double
See Also