TickBar.SelectionEnd プロパティ

定義

選択の終点を取得または設定します。

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

プロパティ値

Double

選択対象の値の範囲の最後の値。 既定値は -1.0 です。

属性

注釈

使用IsSelectionRangeEnabledするプロパティとSelectionEndプロパティに対してtrueプロパティをSelectionStart設定する必要があります。

依存プロパティ情報

識別子フィールド SelectionEndProperty
に設定されたメタデータ プロパティ true AffectsRender, BindsTwoWayByDefault

適用対象

こちらもご覧ください