ComponentOne Xamarin.iOS
SetFill Method


C1.iOS.Core Assembly > C1.iOS.Core Namespace > IRenderEngine Interface : SetFill Method
Sets the fill brush.
Syntax
'Declaration
 
Sub SetFill( _
   ByVal brush As Object _
) 
'Usage
 
Dim instance As IRenderEngine
Dim brush As Object
 
instance.SetFill(brush)
void SetFill( 
   object brush
)

Parameters

brush
See Also

Reference

IRenderEngine Interface
IRenderEngine Members