C# Class WinRTXamlToolkit.Controls.Extensions.ViewboxExtensions

Extension methods for the Viewbox control.
Exibir arquivo Open project: xyzzer/WinRTXamlToolkit

Public Methods

Method Description
GetChildScaleX ( this viewbox ) : double

Gets the child horizontal scale factor.

GetChildScaleY ( this viewbox ) : double

Gets the child vertical scale factor.

Method Details

GetChildScaleX() public static method

Gets the child horizontal scale factor.
Can't tell effective scale of a Viewbox child for a Viewbox with no child.
public static GetChildScaleX ( this viewbox ) : double
viewbox this The viewbox.
return double

GetChildScaleY() public static method

Gets the child vertical scale factor.
Can't tell effective scale of a Viewbox child for a Viewbox with no child.
public static GetChildScaleY ( this viewbox ) : double
viewbox this The viewbox.
return double