Bagikan melalui


WalletItem.BodyFontColor Properti

Definisi

Perhatian

Namespace ApplicationModel.Wallet tidak lagi didukung, dan akan segera tidak digunakan lagi. Pengembang didorong untuk menghindari penggunaan namespace layanan ini.

Mendapatkan atau mengatur warna font isi item dompet.

public:
 property Color BodyFontColor { Color get(); void set(Color value); };
Color BodyFontColor();

void BodyFontColor(Color value);
/// [get: Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")]
Color BodyFontColor();

void BodyFontColor(Color value);
public Color BodyFontColor { get; set; }
public Color BodyFontColor { [Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")] get; [Windows.Foundation.Metadata.Deprecated("IWalletItem is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 917504, "Windows.Foundation.UniversalApiContract")] set; }
var color = walletItem.bodyFontColor;
walletItem.bodyFontColor = color;
Public Property BodyFontColor As Color

Nilai Properti

Warna font isi item.

Atribut

Berlaku untuk

Lihat juga