ColumnDefinition.MinWidth Property
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);
C#
public double MinWidth { get; set; }
var double = columnDefinition.minWidth;
columnDefinition.minWidth = double;
Public Property MinWidth As Double
XAML
<ColumnDefinition MinWidth="double"/>
Double
double
A Double that represents the minimum width in pixels. The default is 0.
Product | Versions |
---|---|
Windows App SDK | 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 |