Click or drag to resize

ControlBaseTrySetProperty Method

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

Parameters

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

Return Value

Type: Boolean
See Also