LinedFlowLayoutItemsInfoRequestedEventArgs.SetDesiredAspectRatios 方法

定义

为至少与请求的项范围一样大,提供所需的纵横比。

public:
 virtual void SetDesiredAspectRatios(Platform::Array <double> ^ values) = SetDesiredAspectRatios;
void SetDesiredAspectRatios(winrt::array_view <double> const& values);
public void SetDesiredAspectRatios(double[] values);
function setDesiredAspectRatios(values)
Public Sub SetDesiredAspectRatios (values As Double())

参数

values

Double[]

double[]

纵横比的集合。

适用于