다음을 통해 공유


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

가로 세로 비율의 컬렉션입니다.

적용 대상