'宣言 Public Shared Function GetPropertyValueFromStyle( _ ByVal style As Style, _ ByVal property As DependencyProperty, _ ByVal walkUpBasedOnChain As Boolean, _ ByVal returnBindingAsBinding As Boolean _ ) As Object
public static object GetPropertyValueFromStyle( Style style, DependencyProperty property, bool walkUpBasedOnChain, bool returnBindingAsBinding )