Skip to main content

IPropertyInfo Interface

Definition

Assembly:Avalonia.Base
Package:Avalonia
public interface IPropertyInfo

Methods

NameDescription
GetNo summary available.
SetNo summary available.

Get Method

public object Get(object target)

Parameters

target object

Returns

object

Set Method

public void Set(object target, object value)

Parameters

target object

value object

Properties

NameDescription
CanGetNo summary available.
CanSetNo summary available.
NameNo summary available.
PropertyTypeNo summary available.

CanGet Property

public bool CanGet { get; set; }

CanSet Property

public bool CanSet { get; set; }

Name Property

public string Name { get; set; }

PropertyType Property

public Type PropertyType { get; set; }