TickBar.Ticks 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定刻度標記的位置。
public:
property System::Windows::Media::DoubleCollection ^ Ticks { System::Windows::Media::DoubleCollection ^ get(); void set(System::Windows::Media::DoubleCollection ^ value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Media.DoubleCollection Ticks { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Ticks : System.Windows.Media.DoubleCollection with get, set
Public Property Ticks As DoubleCollection
屬性值
指定刻度標記位置的 DoubleCollection。 預設值是 null
。
- 屬性
備註
由 屬性所定義的刻度標記,而且不在 和 Maximum 屬性值所 Minimum 定義的 Ticks 範圍內。
Ticks設定屬性時, TickFrequency 不會使用 屬性。
相依性屬性資訊
識別碼欄位 | TicksProperty |
設定為 的中繼資料屬性 true |
AffectsRender |