TextAttributesExtensions.GetBoolAttribute 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 bool GetBoolAttribute (this Microsoft.Maui.Graphics.Text.ITextAttributes attributes, Microsoft.Maui.Graphics.Text.TextAttribute type, bool defaultValue = false);
static member GetBoolAttribute : Microsoft.Maui.Graphics.Text.ITextAttributes * Microsoft.Maui.Graphics.Text.TextAttribute * bool -> bool
<Extension()>
Public Function GetBoolAttribute (attributes As ITextAttributes, type As TextAttribute, Optional defaultValue As Boolean = false) As Boolean
Parâmetros
- attributes
- ITextAttributes
- type
- TextAttribute
- defaultValue
- Boolean