Windows.UI.Xaml.DependencyObject.ReadLocalValue
June 22, 2022 ยท View on GitHub
-description
Returns the local value of a dependency property, if a local value is set.
-parameters
-param dp
The DependencyProperty identifier of the property for which to retrieve the local value.
-returns
Returns the local value, or returns the sentinel value UnsetValue if no local value is set.
-remarks
The local value is not always the effective value. For more info, see Dependency properties overview.