TextAttributes Construtores
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.
Sobrecargas
TextAttributes() | |
TextAttributes(IDictionary<TextAttribute,String>) | |
TextAttributes(IReadOnlyDictionary<TextAttribute,String>, IReadOnlyDictionary<TextAttribute,String>) |
TextAttributes()
public:
TextAttributes();
public TextAttributes ();
Public Sub New ()
Aplica-se a
TextAttributes(IDictionary<TextAttribute,String>)
public:
TextAttributes(System::Collections::Generic::IDictionary<Microsoft::Maui::Graphics::Text::TextAttribute, System::String ^> ^ dictionary);
public TextAttributes (System.Collections.Generic.IDictionary<Microsoft.Maui.Graphics.Text.TextAttribute,string> dictionary);
new Microsoft.Maui.Graphics.Text.TextAttributes : System.Collections.Generic.IDictionary<Microsoft.Maui.Graphics.Text.TextAttribute, string> -> Microsoft.Maui.Graphics.Text.TextAttributes
Public Sub New (dictionary As IDictionary(Of TextAttribute, String))
Parâmetros
- dictionary
- IDictionary<TextAttribute,String>
Aplica-se a
TextAttributes(IReadOnlyDictionary<TextAttribute,String>, IReadOnlyDictionary<TextAttribute,String>)
public:
TextAttributes(System::Collections::Generic::IReadOnlyDictionary<Microsoft::Maui::Graphics::Text::TextAttribute, System::String ^> ^ first, System::Collections::Generic::IReadOnlyDictionary<Microsoft::Maui::Graphics::Text::TextAttribute, System::String ^> ^ second);
public TextAttributes (System.Collections.Generic.IReadOnlyDictionary<Microsoft.Maui.Graphics.Text.TextAttribute,string> first, System.Collections.Generic.IReadOnlyDictionary<Microsoft.Maui.Graphics.Text.TextAttribute,string> second);
new Microsoft.Maui.Graphics.Text.TextAttributes : System.Collections.Generic.IReadOnlyDictionary<Microsoft.Maui.Graphics.Text.TextAttribute, string> * System.Collections.Generic.IReadOnlyDictionary<Microsoft.Maui.Graphics.Text.TextAttribute, string> -> Microsoft.Maui.Graphics.Text.TextAttributes
Public Sub New (first As IReadOnlyDictionary(Of TextAttribute, String), second As IReadOnlyDictionary(Of TextAttribute, String))
Parâmetros
- second
- IReadOnlyDictionary<TextAttribute,String>