Share via


LinedFlowLayoutItemsInfoRequestedEventArgs.MinWidth プロパティ

定義

ソース コレクション内のすべての項目に適用できる最小幅を取得または設定します。

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

プロパティ値

Double

double

ソース コレクション内のすべての項目に適用できる最小幅。 既定では、0.0 です。

適用対象