public static void ApplyFont(this UIStringAttributes @this, XPlatFont font) { if (@this == null || font == null) { return; } @this.Font = font.ToNative(); }
public static void ApplyFont(this UIButton @this, XPlatFont font) { if (@this == null || font == null) { return; } @this.Font = font.ToNative(); }