ComponentOne Xamarin.iOS
SetFont Method


C1.iOS.Core Assembly > C1.iOS.Core Namespace > IRenderEngine Interface : SetFont Method
Native font object.
Sets the font.
Syntax
'Declaration
 
Sub SetFont( _
   ByVal font As C1Font _
) 
'Usage
 
Dim instance As IRenderEngine
Dim font As C1Font
 
instance.SetFont(font)
void SetFont( 
   C1Font font
)

Parameters

font
Native font object.
See Also

Reference

IRenderEngine Interface
IRenderEngine Members