ColorPaletteResources.ChromeLow 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.
Gets or sets the ChromeLow color value.
public:
property IReference<Color> ^ ChromeLow { IReference<Color> ^ get(); void set(IReference<Color> ^ value); };
IReference<Color> ChromeLow();
void ChromeLow(IReference<Color> value);
public System.Nullable<Color> ChromeLow { get; set; }
var iReference = colorPaletteResources.chromeLow;
colorPaletteResources.chromeLow = iReference;
Public Property ChromeLow As Nullable(Of Color)
Property Value
The ChromeLow color value.