Share via


LinedFlowLayoutItemsInfoRequestedEventArgs.MaxWidth Property

Definition

Gets or sets a maximum width applicable to all items in the source collection.

public:
 property double MaxWidth { double get(); void set(double value); };
double MaxWidth();

void MaxWidth(double value);
public double MaxWidth { get; set; }
var double = linedFlowLayoutItemsInfoRequestedEventArgs.maxWidth;
linedFlowLayoutItemsInfoRequestedEventArgs.maxWidth = double;
Public Property MaxWidth As Double

Property Value

Double

double

The maximum width applicable to all items in the source collection. The default is PositiveInfinity.

Applies to