Extensions
.NET MAUI Community Toolkit には、VisualElement
の BackgroundColor
変更のアニメーション化など、一般的なタスクを簡略化するための一連の拡張メソッドが用意されています。
.NET MAUI Community Toolkit の拡張機能
.NET MAUI Community Toolkit には、開発者の作業を容易にする拡張メソッドのコレクションが用意されています。 ツールキットによって提供される拡張メソッドを次に示します。
拡張機能 | 説明 |
---|---|
ColorAnimationExtensions |
ColorAnimationExtensions は、VisualElement の Color 関連プロパティのアニメーション化をサポートする一連の拡張メソッドを提供します。 |
ColorConversionExtensions |
ColorConversionExtensions は、Color の変換、変更、検査をサポートする一連の拡張メソッドを提供します。 |
KeyboardExtensions |
KeyboardExtensions は、テキスト入力をサポートするコントロール上でのキーボード操作をサポートする一連の拡張メソッドを提供します。 |
ServiceCollectionExtensions |
ServiceCollectionExtensions は、.NET MAUI IServiceCollection 内のビューとそれに関連する ViewModels の登録を簡略化する一連の拡張メソッドを提供します。 |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI Community Toolkit