Method wpfBuilder.Font
Overload
Sets font properties of the last added element and its descendants.
public wpfBuilder Font(string name = null, double? size = null, bool? bold = null, bool? italic = null)
Parameters
name (string)
If not |
size (double?)
If not |
bold (bool?)
If not |
italic (bool?)
If not |