StripLine.ToolTip 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定帶狀線的工具提示。
public:
property System::String ^ ToolTip { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public string ToolTip { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.ToolTip : string with get, set
Public Property ToolTip As String
屬性值
string
值,表示帶狀線的工具提示。
實作
- 屬性
備註
如果您設定此屬性,將會自動建立用戶端影像地圖,而且會建立地圖區域,並將 Title 屬性設定為指定的工具提示字串。 地圖區域會使用對應至帶狀線的維度。
如果屬性設定為 false
,則設定 IsMapEnabled 這個屬性不會有任何作用。 預設值為 true。