ColumnDefinition.MaxWidth 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 maximum width of a ColumnDefinition.
public:
property double MaxWidth { double get(); void set(double value); };
double MaxWidth();
void MaxWidth(double value);
public double MaxWidth { get; set; }
var double = columnDefinition.maxWidth;
columnDefinition.maxWidth = double;
Public Property MaxWidth As Double
<ColumnDefinition MaxWidth="double"/>
Property Value
Double
double
A Double that represents the maximum width in pixels. The default is PositiveInfinity.