Click or drag to resize

ControlBaseSetProperty Method

Namespace:  AxiomCore2.Controls
Assembly:  AxiomCore2 (in AxiomCore2.dll) Version: 1.0.0
Syntax
C#
public static void SetProperty(
	Object sender,
	string propertyName,
	Object propertyValue,
	UpdateBehavior updateBehavior = null
)

Parameters

sender
Type: SystemObject
propertyName
Type: SystemString
propertyValue
Type: SystemObject
updateBehavior (Optional)
Type: AxiomCore2UpdateBehavior
See Also