SwipeItem.Text 屬性

定義

取得或設定專案上顯示的文字描述。

本檔適用于 Windows 應用程式 SDK 中適用于 WinUI 的 WinUI 2 for UWP (,請參閱Windows 應用程式 SDK命名空間) 。

public:
 property Platform::String ^ Text { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Text();

void Text(winrt::hstring value);
public string Text { get; set; }
Public Property Text As String
<SwipeItem Text="string"/>

屬性值

String

Platform::String

winrt::hstring

專案上顯示的文字描述。 預設為空字串。

適用於