ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RadialMenuItem Class / HeaderBackground Property

In This Topic
    HeaderBackground Property (C1RadialMenuItem)
    In This Topic
    Gets or sets the background brush of the header.
    Syntax
    'Declaration
     
    Public Property HeaderBackground As Windows.UI.Xaml.Media.Brush
    public Windows.UI.Xaml.Media.Brush HeaderBackground {get; set;}
    See Also