Condividi tramite


WalletItem.HeaderFontColor Proprietà

Definizione

Attenzione

Lo spazio dei nomi ApplicationModel.Wallet non è più supportato e verrà presto deprecato. Gli sviluppatori sono invitati a evitare di usare questo spazio dei nomi.

Ottiene o imposta il colore del carattere di intestazione dell'elemento portafoglio.

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

void HeaderFontColor(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 HeaderFontColor();

void HeaderFontColor(Color value);
public Color HeaderFontColor { get; set; }
public Color HeaderFontColor { [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.headerFontColor;
walletItem.headerFontColor = color;
Public Property HeaderFontColor As Color

Valore della proprietà

Colore del carattere di intestazione dell'elemento.

Attributi

Si applica a

Vedi anche