Table of Contents

Method SetValue

Namespace
Bonsai.Design
Assembly
Bonsai.Design.dll

SetValue(object, object)

Sets the value of the dynamic property 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.