Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGrid Class / ForegroundTintMode Property


In This Topic
    ForegroundTintMode Property (FlexGrid)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Property ForegroundTintMode As Android.Graphics.PorterDuff.Mode
    'Usage
     
    
    Dim instance As FlexGrid
    Dim value As Android.Graphics.PorterDuff.Mode
     
    instance.ForegroundTintMode = value
     
    value = instance.ForegroundTintMode
    public virtual Android.Graphics.PorterDuff.Mode ForegroundTintMode {get; set;}
    See Also