menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IPropertyAccessor - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IPropertyAccessor

    Interface IPropertyAccessor implementation

    Namespace: Syncfusion.Windows.Chart
    Assembly: Syncfusion.Chart.Wpf.dll
    Syntax
    public interface IPropertyAccessor

    Methods

    GetValue(Object)

    GetValue method declaration in IPropertyAccessor interface

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

    SetValue(Object, Object)

    SetValue method declaration in IPropertyAccessor interface

    Declaration
    void SetValue(object instance, object value)
    Parameters
    Type Name Description
    System.Object instance
    System.Object value
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved