TextBlock クラス

TextBlock クラス (Microsoft.UI.Xaml.Controls 名前空間)

[APIドキュメント]

public sealed class TextBlock : FrameworkElement

継承:Object → DependencyObject → UIElement → FrameworkElement → TextBlock

  • 少量の文字列を表示させるための軽量コントロールを提供します。
[toc]
目次

プロパティ

Text

@ [APIドキュメント]

public string Text { get; set; }

  • TextBlockに表示させる文字列を取得・設定します。

TextProperty

@ [APIドキュメント]

public static DependencyProperty TextProperty { get; }

メソッド

イベント

目次