ColumnDefinition.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 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.