共用方式為


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
)

參數

  • contribution
    型別:System.Double
    這個值對整體定位產生的作用。

.NET Framework 安全性

請參閱

參考

AdornerPlacementValue 結構

Microsoft.Windows.Design.Interaction 命名空間

AdornerPlacementCollection

AdornerPanel

IAdornerPlacement

其他資源

逐步解說:在控制項中實作滑軌

了解 WPF 設計工具擴充性