バージョン

CreateMultiplierProperty メソッド

スケーリング因子を格納するための依存プロパティを作成します。
シンタックス
'宣言
 
Protected Shared Function CreateMultiplierProperty( _
   ByVal defaultValue As Double, _
   ByVal ownerType As Type _
) As DependencyProperty
protected static DependencyProperty CreateMultiplierProperty( 
   double defaultValue,
   Type ownerType
)

パラメータ

defaultValue
スケーリング因子のデフォルト値。
ownerType
依存プロパティのオーナー。

戻り値の型

作成された依存プロパティ ID。
参照