Font.WithSize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WithSize(Double) |
Returns a new font structure with the size that was specified with |
WithSize(NamedSize) |
A new Font structure with the size that was specified with |
WithSize(Double)
Returns a new font structure with the size that was specified with size
.
public Xamarin.Forms.Font WithSize (double size);
member this.WithSize : double -> Xamarin.Forms.Font
Parameters
- size
- System.Double
The requested font size.