次の方法で共有


IText インターフェイス

定義

テキストをカスタマイズできる機能を提供します。

public interface class IText : Microsoft::Maui::ITextStyle
public interface IText : Microsoft.Maui.ITextStyle
type IText = interface
    interface ITextStyle
Public Interface IText
Implements ITextStyle
派生
実装

プロパティ

CharacterSpacing

テキストの文字間の間隔を取得します。

(継承元 ITextStyle)
Font

フォント ファミリ、スタイル、フォントのサイズを取得します。

(継承元 ITextStyle)
Text

テキストを取得します。

TextColor

テキストの色を取得します。

(継承元 ITextStyle)

適用対象