LinedFlowLayoutItemsInfoRequestedEventArgs.MaxWidth 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 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
.