TickBar.SelectionEnd プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
選択の終点を取得または設定します。
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
プロパティ値
選択対象の値の範囲の最後の値。 既定値は -1.0 です。
- 属性
注釈
使用IsSelectionRangeEnabledするプロパティとSelectionEndプロパティに対してtrue
プロパティをSelectionStart設定する必要があります。
依存プロパティ情報
識別子フィールド | SelectionEndProperty |
に設定されたメタデータ プロパティ true |
AffectsRender, BindsTwoWayByDefault |