Click or drag to resize

ComponentPropertySet Method

Sets the value of a property by name.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool PropertySet(
	string name,
	Object value,
	Object[] indexers = null
)

Parameters

name
Type: SystemString
value
Type: SystemObject
indexers (Optional)
Type: SystemObject

Return Value

Type: Boolean
See Also