TextAttributeExtensions.GetItalic(ITextAttributes) Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static bool GetItalic(Microsoft::Maui::Graphics::Text::ITextAttributes ^ attributes);
public static bool GetItalic (this Microsoft.Maui.Graphics.Text.ITextAttributes attributes);
static member GetItalic : Microsoft.Maui.Graphics.Text.ITextAttributes -> bool
<Extension()>
Public Function GetItalic (attributes As ITextAttributes) As Boolean

Parameters

attributes
ITextAttributes

Returns

Applies to