Click or drag to resize

ControlBaseTryGetPropertyT Method

Namespace:  AxiomCore2.Controls
Assembly:  AxiomCore2 (in AxiomCore2.dll) Version: 1.0.0
Syntax
C#
public static bool TryGetProperty<T>(
	Object sender,
	string propertyName,
	out T propertyValue
)

Parameters

sender
Type: SystemObject
propertyName
Type: SystemString
propertyValue
Type: T

Type Parameters

T

Return Value

Type: Boolean
See Also