Table of Contents

Method GetValue

Namespace
Bonsai.Design
Assembly
Bonsai.Design.dll

GetValue(object)

Gets the current value of the property on a component.

public override object GetValue(object component)

Parameters

component object

The component with the property for which to retrieve the value.

Returns

object

The value of a property for a given component.