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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public bool PropertySet(
	string name,
	Object value,
	Object[] indexers = null
)

Parameters

name  String
value  Object
indexers  Object  (Optional)

Return Value

Boolean
See Also