Method Fill
Fill()
Creates a Dim object that fills the dimension, leaving no margin.
public static Dim? Fill()
Returns
- Dim
The Fill dimension.
Fill(Dim)
Creates a Dim object that fills the dimension, leaving the specified margin.
public static Dim? Fill(Dim margin)
Parameters
margin
DimMargin to use.
Returns
- Dim
The Fill dimension.