バージョン

GetPropertyValueFromStyle メソッド

スタイルからのプロパティ値を返します
シンタックス
'宣言
 
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
)

パラメータ

style
ソース タイプ
property
探すプロパティ。
walkUpBasedOnChain
BasedOn スタイルを検索する場合は True。
returnBindingAsBinding
バインディング オブジェクトをおそらく返す場合は True。

戻り値の型

設定された値または null。
参照