Definition
Namespace:Telerik.Windows.Documents.Xaml
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
protected class XamlSerializer.AttachedProperty
Inheritance: objectXamlSerializer.AttachedProperty
Constructors
C#
public AttachedProperty()
Properties
C#
public MethodInfo Getter { get; set; }
C#
public Func<object, object> GetterFunc { get; }
C#
public MethodInfo Setter { get; set; }
C#
public Type TargetType { get; }