SwipeItem.Text プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アイテムに表示されるテキストの説明を取得または設定します。
UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.SwipeItem.Text (Windows App SDKの WinUI の場合は、Windows App 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; }
var string = swipeItem.text;
swipeItem.text = string;
Public Property Text As String
<SwipeItem Text="string"/>
プロパティ値
アイテムに表示されるテキストの説明。 既定値は空の文字列です。