OutlookBar for WPF and Silverlight
C1.WPF.OutlookBar Namespace / C1OutlookItem Class / SmallIcon Property

In This Topic
    SmallIcon Property (C1OutlookItem)
    In This Topic
    Gets or sets the object shown for the item in the overflow pane and menu. Since the object is placed in the visual tree twice, it cannot be a UIElement. Use SmallIconTemplate to create a Image element.
    Syntax
    'Declaration
     
    
    Public Property SmallIcon As Object
    public object SmallIcon {get; set;}
    See Also