'宣言 Public Shared Function SetPropertyFromStyle( _ ByVal target As DependencyObject, _ ByVal targetProperty As DependencyProperty, _ ByVal source As Style, _ ByVal sourceProperty As DependencyProperty, _ ByVal walkUpBasedOnChain As Boolean _ ) As Boolean
public static bool SetPropertyFromStyle( DependencyObject target, DependencyProperty targetProperty, Style source, DependencyProperty sourceProperty, bool walkUpBasedOnChain )