Componentone Toolbar for WPF and Silverlight
C1.WPF.Toolbar Namespace / C1ToolbarItem Class / MediumContentTemplate Property

In This Topic
    MediumContentTemplate Property (C1ToolbarItem)
    In This Topic
    Content template for medium state
    Syntax
    'Declaration
     
    
    Public Property MediumContentTemplate As DataTemplate
    public DataTemplate MediumContentTemplate {get; set;}
    See Also