Table of Contents

Method SetValue

Namespace
Bonsai
Assembly
Bonsai.Core.dll

SetValue(object, object)

Sets a property of the component to a different value.

public override void SetValue(object component, object value)

Parameters

component object

The component with the property value that is to be set.

value object

The new value.