Property MaxWidth
MaxWidth
Gets or sets a value that represents the maximum width of a ColumnDefinition.
[TypeConverter(typeof(LengthConverter))]
public float MaxWidth { get; set; }
Property Value
- float
A value that represents the maximum width. The default value is positive-infinity.