Sdílet prostřednictvím


StorageProviderQuotaUI.QuotaUsedColor Property

Definition

The color of the quota bar in the storage provider flyout.

public:
 property IReference<Color> ^ QuotaUsedColor { IReference<Color> ^ get(); void set(IReference<Color> ^ value); };
IReference<Color> QuotaUsedColor();

void QuotaUsedColor(IReference<Color> value);
public System.Nullable<Color> QuotaUsedColor { get; set; }
var iReference = storageProviderQuotaUI.quotaUsedColor;
storageProviderQuotaUI.quotaUsedColor = iReference;
Public Property QuotaUsedColor As Nullable(Of Color)

Property Value

Remarks

It is expected that the provider will handle theme changes, including high contrast theme changes, appropriately for this value.

If no color is provided, the System accent color defined in Settings UIColorType will be used.

Applies to

See also