LinedFlowLayoutItemsInfoRequestedEventArgs.SetDesiredAspectRatios Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides desired aspect ratios for an item range at least as large as the requested one.
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())
Parameters
- values
-
Double[]
double[]
The collection of aspect ratios.