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

In This Topic
    ItemContainerStyle Property (C1RadialMenuItem)
    In This Topic
    Gets or sets the item container style used to display the item container .
    Syntax
    'Declaration
     
    Public Shadows Property ItemContainerStyle As Windows.UI.Xaml.Style
    public new Windows.UI.Xaml.Style ItemContainerStyle {get; set;}
    See Also