Share via


LinedFlowLayoutItemsInfoRequestedEventArgs.MinWidth Property

Definition

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

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

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

Property Value

Double

double

The minimum width applicable to all items in the source collection. The default is 0.0.

Applies to