[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Core.C1Font

C1Font Class

Inheritance
C1Font
Namespace: C1.Xamarin.Forms.Core
Assembly: C1.Xamarin.Forms.Core.dll
Syntax
public class C1Font

Constructors

Name Description
C1Font(Func<double>, Func<string>, Func<FontAttributes>)

Properties

Name Description
FontAttributes
FontFamily
FontSize
IsBold
IsItalic

Methods

Name Description
Cascade(params C1Font[])
Create(Func<double>, Func<string>, Func<bool?>, Func<bool?>)
Create(double?, string, bool?, bool?)
OnChanged()

Events

Name Description
Changed