TextAttributesExtensions.GetAttribute Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public static string GetAttribute (this Microsoft.Maui.Graphics.Text.ITextAttributes attributes, Microsoft.Maui.Graphics.Text.TextAttribute type, string defaultValue = default);
static member GetAttribute : Microsoft.Maui.Graphics.Text.ITextAttributes * Microsoft.Maui.Graphics.Text.TextAttribute * string -> string
<Extension()>
Public Function GetAttribute (attributes As ITextAttributes, type As TextAttribute, Optional defaultValue As String = Nothing) As String
Parâmetros
- attributes
- ITextAttributes
- type
- TextAttribute
- defaultValue
- String