StorageProviderQuotaUI.QuotaUsedColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
This property is advisory. Windows determines if or how it uses these values.