ColumnDefinition.MinWidth Property

Definition

Gets or sets a value that represents the minimum width of a ColumnDefinition.

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

void MinWidth(double value);
public double MinWidth { get; set; }
var double = columnDefinition.minWidth;
columnDefinition.minWidth = double;
Public Property MinWidth As Double
<ColumnDefinition MinWidth="double"/>

Property Value

Double

double

A Double that represents the minimum width in pixels. The default is 0.

Applies to