TickBar.Ticks 屬性

定義

取得或設定刻度標記的位置。

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

指定刻度標記位置的 DoubleCollection。 預設值是 null

屬性

備註

由 屬性所定義的刻度標記,而且不在 和 Maximum 屬性值所 Minimum 定義的 Ticks 範圍內。

Ticks設定屬性時, TickFrequency 不會使用 屬性。

相依性屬性資訊

識別碼欄位 TicksProperty
設定為 的中繼資料屬性 true AffectsRender

適用於

另請參閱