TextAttributes Class
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.
public ref class TextAttributes : System::Collections::Generic::Dictionary<Microsoft::Maui::Graphics::Text::TextAttribute, System::String ^>, Microsoft::Maui::Graphics::Text::ITextAttributes, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<Microsoft::Maui::Graphics::Text::TextAttribute, System::String ^>>, System::Collections::Generic::IReadOnlyCollection<System::Collections::Generic::KeyValuePair<Microsoft::Maui::Graphics::Text::TextAttribute, System::String ^>>, System::Collections::Generic::IReadOnlyDictionary<Microsoft::Maui::Graphics::Text::TextAttribute, System::String ^>
public class TextAttributes : System.Collections.Generic.Dictionary<Microsoft.Maui.Graphics.Text.TextAttribute,string>, Microsoft.Maui.Graphics.Text.ITextAttributes, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Microsoft.Maui.Graphics.Text.TextAttribute,string>>, System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<Microsoft.Maui.Graphics.Text.TextAttribute,string>>, System.Collections.Generic.IReadOnlyDictionary<Microsoft.Maui.Graphics.Text.TextAttribute,string>
type TextAttributes = class
inherit Dictionary<TextAttribute, string>
interface ITextAttributes
interface IReadOnlyDictionary<TextAttribute, string>
interface seq<KeyValuePair<TextAttribute, string>>
interface IEnumerable
interface IReadOnlyCollection<KeyValuePair<TextAttribute, string>>
Public Class TextAttributes
Inherits Dictionary(Of TextAttribute, String)
Implements IEnumerable(Of KeyValuePair(Of TextAttribute, String)), IReadOnlyCollection(Of KeyValuePair(Of TextAttribute, String)), IReadOnlyDictionary(Of TextAttribute, String), ITextAttributes
- Inheritance
-
TextAttributes
- Implements
Constructors
TextAttributes() | |
TextAttributes(IDictionary<TextAttribute,String>) | |
TextAttributes(IReadOnlyDictionary<TextAttribute,String>, IReadOnlyDictionary<TextAttribute,String>) |
Extension Methods
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.