AdornerPlacementValue 建構函式
初始化 AdornerPlacementValue 類別的新執行個體。
命名空間: Microsoft.Windows.Design.Interaction
組件: Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)
語法
'宣告
Public Sub New ( _
term As AdornerPlacementDimension, _
contribution As Double _
)
public AdornerPlacementValue(
AdornerPlacementDimension term,
double contribution
)
public:
AdornerPlacementValue(
AdornerPlacementDimension term,
double contribution
)
new :
term:AdornerPlacementDimension *
contribution:float -> AdornerPlacementValue
public function AdornerPlacementValue(
term : AdornerPlacementDimension,
contribution : double
)
參數
- term
型別:Microsoft.Windows.Design.Interaction.AdornerPlacementDimension
必須套用至這個值的詞彙。
- contribution
型別:System.Double
這個值對整體定位產生的作用。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Windows.Design.Interaction 命名空間