バージョン

SetPropertyFromStyle メソッド

スタイルからプロパティ値を抽出して、DependencyObject で設定します
シンタックス
'宣言
 
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
)

パラメータ

target
プロパティ設定を受け取るターゲット
targetProperty
設定するプロパティ
source
設定を含むスタイル
sourceProperty
抽出するプロパティ
walkUpBasedOnChain
'BasedOn' スタイル チェーンを検索する場合は True。

戻り値の型

値が見つかり設定された場合は True。
参照