TextAttributesExtensions.GetEnumAttribute<T> Method

Definition

public:
generic <typename T>
 where T : value class[System::Runtime::CompilerServices::Extension]
 static T GetEnumAttribute(Microsoft::Maui::Graphics::Text::ITextAttributes ^ attributes, Microsoft::Maui::Graphics::Text::TextAttribute type, T defaultValue);
public static T GetEnumAttribute<T> (this Microsoft.Maui.Graphics.Text.ITextAttributes attributes, Microsoft.Maui.Graphics.Text.TextAttribute type, T defaultValue) where T : struct;
static member GetEnumAttribute : Microsoft.Maui.Graphics.Text.ITextAttributes * Microsoft.Maui.Graphics.Text.TextAttribute * 'T -> 'T (requires 'T : struct)
<Extension()>
Public Function GetEnumAttribute(Of T As Structure) (attributes As ITextAttributes, type As TextAttribute, defaultValue As T) As T

Type Parameters

T

Parameters

attributes
ITextAttributes
defaultValue
T

Returns

T

Applies to