C# Class ICSharpCode.WpfDesign.XamlDom.XamlPropertyInfo

Represents a property assignable in XAML. This can be a normal .NET property or an attached property.
Mostra file Open project: icsharpcode/WpfDesigner Class Usage Examples

Public Methods

Method Description
GetValue ( object instance ) : object
ResetValue ( object instance ) : void
SetValue ( object instance, object value ) : void

Method Details

GetValue() public abstract method

public abstract GetValue ( object instance ) : object
instance object
return object

ResetValue() public abstract method

public abstract ResetValue ( object instance ) : void
instance object
return void

SetValue() public abstract method

public abstract SetValue ( object instance, object value ) : void
instance object
value object
return void