Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1ListBox Class / ItemStyle Property

In This Topic
    ItemStyle Property (C1ListBox)
    In This Topic
    Style applied to all the items of this item control.
    Syntax
    'Declaration
     
    
    Public Property ItemStyle As Style
    public Style ItemStyle {get; set;}
    See Also