C# Class GAudio.Attributes.BindedDoubleProperty

Inheritance: BindedValueProperty
Exibir arquivo Open project: gregzo/G-Audio

Public Methods

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

Method Details

BindedDoubleProperty() public method

public BindedDoubleProperty ( string propertyPath, Type outerType, string toggleName = null ) : System
propertyPath string
outerType System.Type
toggleName string
return System

SetValue() public method

public SetValue ( object owner, object value ) : void
owner object
value object
return void