ScrollProperties.Value 屬性

定義

取得或設定一個數值,代表滾動條框當前的位置。

public:
 property int Value { int get(); void set(int value); };
[System.ComponentModel.Bindable(true)]
public int Value { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Value : int with get, set
Public Property Value As Integer

屬性值

an Int32 代表滾動條框的位置,以像素為單位。

屬性

適用於