C# Class Mono.Xaml.XamlPropertySetter

Afficher le fichier Open project: shana/moon Class Usage Examples

Méthodes publiques

Méthode Description
ConvertValue ( Type type, object value ) : object
LookupDependencyProperty ( ) : DependencyProperty
SetValue ( XamlObjectElement obj, object value ) : void
SetValue ( object value ) : void

Méthodes protégées

Méthode Description
XamlPropertySetter ( XamlObjectElement element, string name, TypeConverter converter ) : Mono

Method Details

ConvertValue() public méthode

public ConvertValue ( Type type, object value ) : object
type System.Type
value object
Résultat object

LookupDependencyProperty() public méthode

public LookupDependencyProperty ( ) : DependencyProperty
Résultat System.Windows.DependencyProperty

SetValue() public abstract méthode

public abstract SetValue ( XamlObjectElement obj, object value ) : void
obj XamlObjectElement
value object
Résultat void

SetValue() public méthode

public SetValue ( object value ) : void
value object
Résultat void

XamlPropertySetter() protected méthode

protected XamlPropertySetter ( XamlObjectElement element, string name, TypeConverter converter ) : Mono
element XamlObjectElement
name string
converter TypeConverter
Résultat Mono