TextCollapsingProperties.Symbol プロパティ

定義

縮小テキストのシンボルとして使用するテキスト ランを取得します。

public:
 abstract property System::Windows::Media::TextFormatting::TextRun ^ Symbol { System::Windows::Media::TextFormatting::TextRun ^ get(); };
public abstract System.Windows.Media.TextFormatting.TextRun Symbol { get; }
member this.Symbol : System.Windows.Media.TextFormatting.TextRun
Public MustOverride ReadOnly Property Symbol As TextRun

プロパティ値

TextRun

縮小テキストのシンボルを表す TextRun 値。

適用対象