C# Class GAudio.Attributes.BindedDoubleProperty

Inheritance: BindedValueProperty
Afficher le fichier Open project: gregzo/G-Audio

Méthodes publiques

Méthode Description
BindedDoubleProperty ( string propertyPath, Type outerType, string toggleName = null ) : System
SetValue ( object owner, object value ) : void

Method Details

BindedDoubleProperty() public méthode

public BindedDoubleProperty ( string propertyPath, Type outerType, string toggleName = null ) : System
propertyPath string
outerType System.Type
toggleName string
Résultat System

SetValue() public méthode

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