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[]

縦横比のコレクション。

適用対象