This topic has not yet been rated - Rate this topic

ScaleTransform.ScaleY property

Gets or sets the y-axis scale factor.

Syntax


public double ScaleY { get; set; }


<ScaleTransform ScaleY="double"/>

Property value

Type: System.Double [.NET] | float64 [C++]

The scale factor along the y-axis. The default is 1.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Media
Windows::UI::Xaml::Media [C++]

Metadata

Windows.winmd

See also

ScaleTransform

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.