C# Класс WinRTXamlToolkit.Controls.Extensions.ViewboxExtensions

Extension methods for the Viewbox control.
Показать файл Открыть проект

Открытые методы

Метод Описание
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