C1.Android.Core Assembly / C1.Android.Core Namespace / C1VectorIcon Class / SetFadingEdgeLength Method


In This Topic
SetFadingEdgeLength Method (C1VectorIcon)
In This Topic
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setFadingEdgeLength", 
   "(I)V", 
   "GetSetFadingEdgeLength_IHandler")>
Public Overridable Sub SetFadingEdgeLength( _
   ByVal length As Integer _
) 
 
'Usage
 
Dim instance As C1VectorIcon
Dim length As Integer
 
instance.SetFadingEdgeLength(length)

Parameters

length
See Also