FontsMauiAppBuilderExtensions.ConfigureFonts メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ConfigureFonts(MauiAppBuilder) |
フォントを使用して構成します MauiAppBuilder 。 |
ConfigureFonts(MauiAppBuilder, Action<IFontCollection>) |
MauiAppBuilder指定したデリゲート |
ConfigureFonts(MauiAppBuilder)
フォントを使用して構成します MauiAppBuilder 。
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Hosting::MauiAppBuilder ^ ConfigureFonts(Microsoft::Maui::Hosting::MauiAppBuilder ^ builder);
public static Microsoft.Maui.Hosting.MauiAppBuilder ConfigureFonts (this Microsoft.Maui.Hosting.MauiAppBuilder builder);
static member ConfigureFonts : Microsoft.Maui.Hosting.MauiAppBuilder -> Microsoft.Maui.Hosting.MauiAppBuilder
<Extension()>
Public Function ConfigureFonts (builder As MauiAppBuilder) As MauiAppBuilder
パラメーター
- builder
- MauiAppBuilder
構成する MauiAppBuilder。
戻り値
構成済みの MauiAppBuilder。
適用対象
ConfigureFonts(MauiAppBuilder, Action<IFontCollection>)
MauiAppBuilder指定したデリゲートconfigureDelegate
を使用して、アプリケーションにフォントを登録するように構成します。
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Hosting::MauiAppBuilder ^ ConfigureFonts(Microsoft::Maui::Hosting::MauiAppBuilder ^ builder, Action<Microsoft::Maui::Hosting::IFontCollection ^> ^ configureDelegate);
public static Microsoft.Maui.Hosting.MauiAppBuilder ConfigureFonts (this Microsoft.Maui.Hosting.MauiAppBuilder builder, Action<Microsoft.Maui.Hosting.IFontCollection>? configureDelegate);
static member ConfigureFonts : Microsoft.Maui.Hosting.MauiAppBuilder * Action<Microsoft.Maui.Hosting.IFontCollection> -> Microsoft.Maui.Hosting.MauiAppBuilder
<Extension()>
Public Function ConfigureFonts (builder As MauiAppBuilder, configureDelegate As Action(Of IFontCollection)) As MauiAppBuilder
パラメーター
- builder
- MauiAppBuilder
構成する MauiAppBuilder。
- configureDelegate
- Action<IFontCollection>
指定 IFontCollectionされたオブジェクトにフォントを登録できる構成デリゲート。
戻り値
構成済みの MauiAppBuilder。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI