TextAttributes Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TextAttributes() | |
TextAttributes(IDictionary<TextAttribute,String>) | |
TextAttributes(IReadOnlyDictionary<TextAttribute,String>, IReadOnlyDictionary<TextAttribute,String>) |
TextAttributes()
- Source:
- TextAttributes.cs
- Source:
- TextAttributes.cs
public:
TextAttributes();
public TextAttributes ();
Public Sub New ()
Applies to
TextAttributes(IDictionary<TextAttribute,String>)
- Source:
- TextAttributes.cs
- Source:
- TextAttributes.cs
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
- dictionary
- IDictionary<TextAttribute,String>
Applies to
TextAttributes(IReadOnlyDictionary<TextAttribute,String>, IReadOnlyDictionary<TextAttribute,String>)
- Source:
- TextAttributes.cs
- Source:
- TextAttributes.cs
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
- second
- IReadOnlyDictionary<TextAttribute,String>
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.