C# 클래스 WinRTXamlToolkit.Controls.Extensions.ViewboxExtensions

Extension methods for the Viewbox control.
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 메소드들

메소드 설명
GetChildScaleX ( this viewbox ) : double

Gets the child horizontal scale factor.

GetChildScaleY ( this viewbox ) : double

Gets the child vertical scale factor.

메소드 상세

GetChildScaleX() 공개 정적인 메소드

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.
리턴 double

GetChildScaleY() 공개 정적인 메소드

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.
리턴 double