Sets the minimum width of the content.
Namespace:
BitMiracle.Docotic.Pdf.Layout
Assembly:
BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)
Syntax
C#
public LayoutContainer MinWidth(
double minWidth
)
VB
Public Function MinWidth (
minWidth As Double
) As LayoutContainer
Parameters
- minWidth
- Type: System.Double
The minimum width.
Return Value
Type:
LayoutContainerThe nested container with the applied minimum width.
See Also