GelDependencyObject.GetValue Method
Include Protected Members
Include Inherited Members
Microsoft internal use only.
Gets the value of the given [GelProperty].
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetValue(GelProperty) | Microsoft internal use only. Gets the value of the given [GelProperty] for this [GelDependencyObject]. | |
GetValue<T>(GelProperty) | Microsoft internal use only. Gets the value of type T of the given [GelProperty] for this [GelDependencyObject]. |
Top