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)

适用于