LinedFlowLayoutItemsInfoRequestedEventArgs.MinWidth Property
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.
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.