다음을 통해 공유


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입니다.

적용 대상