public Brush ChromeInactiveBackground { get; set; }Public Property ChromeInactiveBackground As Brush
Get
Setpublic:
property Brush^ ChromeInactiveBackground {
Brush^ get ();
void set (Brush^ value);
}member ChromeInactiveBackground : Brush with get, set