Share via


TextAttributes Constructors

Definition

Overloads

TextAttributes()
TextAttributes(IDictionary<TextAttribute,String>)
TextAttributes(IReadOnlyDictionary<TextAttribute,String>, IReadOnlyDictionary<TextAttribute,String>)

TextAttributes()

public:
 TextAttributes();
public TextAttributes ();
Public Sub New ()

Applies to

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))

Parameters

Applies to

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))

Parameters

Applies to