ComponentOne Xamarin.iOS
SetNativeField Method (C1PolygonIcon)


C1.iOS.Core Assembly > C1.iOS.Core Namespace > C1PolygonIcon Class : SetNativeField Method
Syntax
'Declaration
 
Public Sub SetNativeField( _
   ByVal name As String, _
   ByVal value As Foundation.NSObject _
) 
'Usage
 
Dim instance As C1PolygonIcon
Dim name As String
Dim value As Foundation.NSObject
 
instance.SetNativeField(name, value)
public void SetNativeField( 
   string name,
   Foundation.NSObject value
)

Parameters

name
value
See Also

Reference

C1PolygonIcon Class
C1PolygonIcon Members