Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IPropertyAccessor - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IPropertyAccessor

    Interface for PropertyAccessor

    Namespace: Syncfusion.SfSparkline.Android
    Assembly: Syncfusion.SfSparkline.Android.dll
    Syntax
    public interface IPropertyAccessor

    Properties

    GetMethod

    Gets the PropertyAccessor

    Declaration
    Func<object, object> GetMethod { get; }
    Property Value
    Type Description
    System.Func<System.Object, System.Object>

    Methods

    GetValue(Object)

    Gets the instance of PropertyAccessor

    Declaration
    object GetValue(object instance)
    Parameters
    Type Name Description
    System.Object instance

    To get the instance

    Returns
    Type Description
    System.Object

    the object

    SetValue(Object, Object)

    Sets the instance of PropertyAccessor

    Declaration
    void SetValue(object instance, object value)
    Parameters
    Type Name Description
    System.Object instance

    To get the instance

    System.Object value

    To get the value

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved