The min-width property defines the minimum width of an element.
Declaration
public C1StyleLength? MinWidth { get; set; }
Public Property MinWidth As C1StyleLength?
Remarks
If the content is smaller than the minimum width, the minimum width will be applied.
If the content is larger than the minimum width, the min-width property has no effect.
This prevents the value of the Width property from becoming smaller than MinWidth.