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 |