ContentLink 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供內嵌層級內容專案,提供裝載內容資訊連結的設備。
public ref class ContentLink sealed : Inline
/// [Windows.Foundation.Metadata.Activatable(393216, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ContentLink final : Inline
[Windows.Foundation.Metadata.Activatable(393216, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ContentLink : Inline
Public NotInheritable Class ContentLink
Inherits Inline
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10, version 1803 (已於 10.0.17134.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)
|
備註
重要
此 API 支援內容連結。 Windows 10 版本 1903 之後的 Windows 版本中不提供啟用內容連結的 Windows 功能。 XAML 文字控制項的內容連結在版本 1903 之後將無法運作。
建構函式
ContentLink() |
初始化 ContentLink 類別的新實例。 |
屬性
AccessKey |
取得或設定這個專案的存取索引鍵。 (繼承來源 TextElement) |
AccessKeyScopeOwner |
取得或設定來源專案,這個元素會提供這個專案的存取索引鍵範圍,即使它不在來源專案的視覺化樹狀結構中也一樣。 (繼承來源 TextElement) |
AllowFocusOnInteraction |
取得或設定值,這個值表示當使用者與其互動時,專案是否會自動取得焦點。 (繼承來源 TextElement) |
Background |
取得或設定筆刷,以提供連結的背景色彩。 |
BackgroundProperty |
識別 Background 相依性屬性。 |
CharacterSpacing |
取得或設定字元之間的統一間距,單位為 em 的 1/1000。 (繼承來源 TextElement) |
ContentEnd |
取得 TextPointer ,表示 專案中內容的結尾。 (繼承來源 TextElement) |
ContentStart |
取得 TextPointer ,表示 專案中內容的開頭。 (繼承來源 TextElement) |
Cursor |
取得或設定指標在連結上方時要顯示的資料指標類型。 |
CursorProperty |
識別 Cursor 相依性屬性。 |
Dispatcher |
取得與此物件相關聯的 CoreDispatcher 。 CoreDispatcher代表可以存取 UI 執行緒上DependencyObject的功能,即使程式碼是由非 UI 執行緒起始也一樣。 (繼承來源 DependencyObject) |
ElementEnd |
取得 TextPointer ,表示專案結尾之後的位置。 (繼承來源 TextElement) |
ElementSoundMode |
取得或設定值,指定控制項是否播放音效的喜好設定。 |
ElementSoundModeProperty |
識別 ElementSoundMode 相依性屬性。 |
ElementStart |
取得 TextPointer ,表示專案開頭之前的位置。 (繼承來源 TextElement) |
ExitDisplayModeOnAccessKeyInvoked |
取得或設定值,指定叫用存取金鑰時是否關閉存取金鑰顯示。 (繼承來源 TextElement) |
FocusState |
取得值,指定這個連結是否具有焦點,以及取得焦點的模式。 |
FocusStateProperty |
識別 FocusState 相依性屬性。 |
FontFamily |
取得或設定項目內容慣用的最上層字型家族。 (繼承來源 TextElement) |
FontSize |
取得或設定項目內容的字型大小。 (繼承來源 TextElement) |
FontStretch |
取得或設定要選取之系列中字型的字元寬度。 (繼承來源 TextElement) |
FontStyle |
取得或設定這個專案中內容的字型樣式。 (繼承來源 TextElement) |
FontWeight |
取得或設定最上層字型粗細,以從這個專案中內容的字型系列中選取。 (繼承來源 TextElement) |
Foreground |
取得或設定要套用至這個專案中內容的 Brush 。 (繼承來源 TextElement) |
Info |
取得或設定 ContentLink 包含的資訊。 |
IsAccessKeyScope |
取得或設定值,這個值表示專案是否定義自己的存取金鑰範圍。 (繼承來源 TextElement) |
IsTabStop |
取得或設定值,指出連結是否包含在索引標籤導覽中。 |
IsTabStopProperty |
識別 IsTabStop 相依性屬性。 |
IsTextScaleFactorEnabled |
取得或設定是否啟用自動放大文字,以反映系統文字大小設定。 (繼承來源 TextElement) |
KeyTipHorizontalOffset |
取得或設定值,這個值表示相對於文字元素放置索引鍵提示的左邊或右邊。 (繼承來源 TextElement) |
KeyTipPlacementMode |
取得或設定值,這個值表示 KeyTip 相對於文字元素的位置。 (繼承來源 TextElement) |
KeyTipVerticalOffset |
取得或設定值,這個值表示相對於文字元素放置索引鍵提示的上下距離。 (繼承來源 TextElement) |
Language |
取得或設定適用于 TextElement的當地語系化/全球化語言資訊。 (繼承來源 TextElement) |
Name |
取得或設定 物件的唯一識別。 名稱只能從 XAML 的初始剖析設定。 (繼承來源 TextElement) |
TabIndex |
取得或設定值,決定使用者按下 Tab 鍵流覽控制項時,元素接收焦點的順序。 |
TabIndexProperty |
識別 TabIndex 相依性屬性。 |
TextDecorations |
取得或設定值,這個值表示哪些裝飾會套用至文字。 (繼承來源 TextElement) |
XamlRoot |
取得或設定正在檢視這個專案的 XamlRoot。 (繼承來源 TextElement) |
XYFocusDown |
取得或設定當使用者按下方向板 (DPAD) 向下時取得焦點的物件。 |
XYFocusDownNavigationStrategy |
取得或設定值,指定用來判斷向下導覽目標元素的策略。 |
XYFocusDownNavigationStrategyProperty |
識別 XYFocusDownNavigationStrategy 相依性屬性。 |
XYFocusDownProperty |
識別 XYFocusDown 相依性屬性。 |
XYFocusLeft |
取得或設定當使用者按下方向板 (DPAD) 左邊時取得焦點的物件。 |
XYFocusLeftNavigationStrategy |
取得或設定值,指定用來判斷左側導覽目標元素的策略。 |
XYFocusLeftNavigationStrategyProperty |
識別 XYFocusLeftNavigationStrategy 相依性屬性。 |
XYFocusLeftProperty |
識別 XYFocusLeft 相依性屬性。 |
XYFocusRight |
取得或設定當使用者按下方向板 (DPAD) 右鍵時取得焦點的物件。 |
XYFocusRightNavigationStrategy |
取得或設定值,指定用來判斷右導覽之目標元素的策略。 |
XYFocusRightNavigationStrategyProperty |
識別 XYFocusRightNavigationStrategy 相依性屬性。 |
XYFocusRightProperty |
識別 XYFocusRight 相依性屬性。 |
XYFocusUp |
取得或設定當使用者按下方向板 (DPAD) 時取得焦點的物件。 |
XYFocusUpNavigationStrategy |
取得或設定值,指定用來判斷向上流覽目標元素的策略。 |
XYFocusUpNavigationStrategyProperty |
識別 XYFocusUpNavigationStrategy 相依性屬性。 |
XYFocusUpProperty |
識別 XYFocusUp 相依性屬性。 |
方法
ClearValue(DependencyProperty) |
清除相依性屬性的本機值。 (繼承來源 DependencyObject) |
FindName(String) |
藉由參考物件的 x:Name 或 Name 屬性值,擷取物件模型中的物件/ 執行時間物件圖形。 (繼承來源 TextElement) |
Focus(FocusState) |
嘗試設定連結的焦點。 |
GetAnimationBaseValue(DependencyProperty) |
傳回針對相依性屬性所建立的任何基底值,如果動畫未使用中,則會套用。 (繼承來源 DependencyObject) |
GetValue(DependencyProperty) |
從 DependencyObject傳回相依性屬性的目前有效值。 (繼承來源 DependencyObject) |
OnDisconnectVisualChildren() |
覆寫這個方法,以實作從類別特定內容或子屬性移除專案時,配置和邏輯的行為。 (繼承來源 TextElement) |
ReadLocalValue(DependencyProperty) |
如果已設定本機值,則傳回相依性屬性的本機值。 (繼承來源 DependencyObject) |
RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback) |
註冊通知函式,以接聽此DependencyObject實例上特定DependencyProperty的變更。 (繼承來源 DependencyObject) |
SetValue(DependencyProperty, Object) |
在 DependencyObject上設定相依性屬性的本機值。 (繼承來源 DependencyObject) |
UnregisterPropertyChangedCallback(DependencyProperty, Int64) |
取消先前透過呼叫 RegisterPropertyChangedCallback註冊的變更通知。 (繼承來源 DependencyObject) |
事件
AccessKeyDisplayDismissed |
發生于存取金鑰序列完成以通知控制項應該隱藏存取金鑰視覺效果時。 (繼承來源 TextElement) |
AccessKeyDisplayRequested |
發生于啟動存取金鑰序列以通知控制項應該顯示存取金鑰視覺效果時。 (繼承來源 TextElement) |
AccessKeyInvoked |
發生于使用者完成存取金鑰序列以通知專案應該叫用存取金鑰動作時。 (繼承來源 TextElement) |
GotFocus |
發生于連結收到焦點時。 |
Invoked |
發生于使用者互動啟動連結時。 |
LostFocus |
發生于連結失去焦點時。 |