Xamarin.Android | ComponentOne
C1.Android.Gauge Assembly / C1.Android.Gauge Namespace / C1Gauge Class / SetFadingEdgeLength Method


In This Topic
    SetFadingEdgeLength Method (C1Gauge)
    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 C1Gauge
    Dim length As Integer
     
    instance.SetFadingEdgeLength(length)
    [Android.Runtime.Register("setFadingEdgeLength", 
       "(I)V", 
       "GetSetFadingEdgeLength_IHandler")]
    public virtual void SetFadingEdgeLength( 
       int length
    )

    Parameters

    length
    See Also