Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1Menu Class / ItemContainerStyle Property

In This Topic
    ItemContainerStyle Property (C1Menu)
    In This Topic
    Gets or sets the Style that is applied to the container element generated for each item.
    Syntax
    'Declaration
     
    
    Public Property ItemContainerStyle As Style
    public Style ItemContainerStyle {get; set;}
    See Also