Compartir a través de


IText Interfaz

Definición

Proporciona funcionalidad para poder personalizar texto.

public interface class IText : Microsoft::Maui::ITextStyle
public interface IText : Microsoft.Maui.ITextStyle
type IText = interface
    interface ITextStyle
Public Interface IText
Implements ITextStyle
Derivado
Implementaciones

Propiedades

CharacterSpacing

Obtiene el espaciado entre caracteres del texto.

(Heredado de ITextStyle)
Font

Obtiene la familia de fuentes, el estilo y el tamaño de la fuente.

(Heredado de ITextStyle)
Text

Obtiene el texto.

TextColor

Obtiene el color del texto.

(Heredado de ITextStyle)

Se aplica a