ScreenRegionSelectorBackgroundColor Property
Gets or sets the background color of the region selector.
Namespace: DevCase.Core.Media.GraphicsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual Color BackgroundColor { get; set; }
Public Overridable Property BackgroundColor As Color
Get
Set
Dim instance As ScreenRegionSelector
Dim value As Color
value = instance.BackgroundColor
instance.BackgroundColor = value
public:
virtual property Color BackgroundColor {
Color get ();
void set (Color value);
}
abstract BackgroundColor : Color with get, set
override BackgroundColor : Color with get, set
No code example is currently available or this language may not be supported.
Property Value
Color
The background color of the region selector.