Slider.IsThumbToolTipEnabled プロパティ

定義

スライダーの Thumb コンポーネントの ツール ヒントにスライダー値を表示するかどうかを決定する値を取得または設定 します

public:
 property bool IsThumbToolTipEnabled { bool get(); void set(bool value); };
bool IsThumbToolTipEnabled();

void IsThumbToolTipEnabled(bool value);
public bool IsThumbToolTipEnabled { get; set; }
var boolean = slider.isThumbToolTipEnabled;
slider.isThumbToolTipEnabled = boolean;
Public Property IsThumbToolTipEnabled As Boolean
<Slider IsThumbToolTipEnabled="bool" />

プロパティ値

Boolean

bool

True を指定 すると、 Thumb コンポーネントのツール ヒントが表示されます。それ以外の場合は false。 既定値は trueです。

適用対象