TableModel.GetSectionTextColor(Int32) メソッド

定義

指定したセクション ヘッダーのテキストの色を返します。

public:
 virtual Microsoft::Maui::Graphics::Color ^ GetSectionTextColor(int section);
public virtual Microsoft.Maui.Graphics.Color GetSectionTextColor(int section);
abstract member GetSectionTextColor : int -> Microsoft.Maui.Graphics.Color
override this.GetSectionTextColor : int -> Microsoft.Maui.Graphics.Color
Public Overridable Function GetSectionTextColor (section As Integer) As Color

パラメーター

section
Int32

Microsoft.Maui.Controls プラットフォームで内部使用する場合。

返品

Microsoft.Maui.Controls プラットフォームで内部使用する場合。

実装

適用対象