ITextAttributes Interface

Definition

public interface class 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 interface 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 ITextAttributes = interface
    interface IReadOnlyDictionary<TextAttribute, string>
    interface seq<KeyValuePair<TextAttribute, string>>
    interface IEnumerable
    interface IReadOnlyCollection<KeyValuePair<TextAttribute, string>>
Public Interface ITextAttributes
Implements IEnumerable(Of KeyValuePair(Of TextAttribute, String)), IReadOnlyCollection(Of KeyValuePair(Of TextAttribute, String)), IReadOnlyDictionary(Of TextAttribute, String)
Derived
Implements

Extension Methods

GetBackgroundColor(ITextAttributes)
GetBold(ITextAttributes)
GetFontName(ITextAttributes)
GetFontSize(ITextAttributes, Nullable<Single>)
GetForegroundColor(ITextAttributes)
GetItalic(ITextAttributes)
GetMarker(ITextAttributes)
GetStrikethrough(ITextAttributes)
GetSubscript(ITextAttributes)
GetSuperscript(ITextAttributes)
GetUnderline(ITextAttributes)
GetUnorderedList(ITextAttributes)
GetAttribute(ITextAttributes, TextAttribute, String)
GetBoolAttribute(ITextAttributes, TextAttribute, Boolean)
GetEnumAttribute<T>(ITextAttributes, TextAttribute, T)
GetFloatAttribute(ITextAttributes, TextAttribute, Single)
GetIntAttribute(ITextAttributes, TextAttribute, Int32)

Applies to