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