IText 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供能夠自定義文字的功能。
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) |