[]
Represents a value and its unit of measurement that is used to specify the preferred width of a table or a cell.
public class PreferredWidth : FormattingBag
Gets or sets the unit of measurement used for this preferred width value.
public PreferredWidthType Type { get; set; }
Gets or sets the preferred width value. The unit of measurement is specified by the Type property.
public float Value { get; set; }