LinedFlowLayoutItemsInfoRequestedEventArgs.SetMaxWidths(Double[]) 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.
Provide maximum widths for an item range at least as large as the requested one.
public:
virtual void SetMaxWidths(Platform::Array <double> ^ values) = SetMaxWidths;
void SetMaxWidths(winrt::array_view <double> const& values);
public void SetMaxWidths(double[] values);
function setMaxWidths(values)
Public Sub SetMaxWidths (values As Double())
Parameters
- values
-
Double[]
double[]
The collection of maximum width values.