Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1PathIcon Class
Members

In This Topic
    C1PathIcon Class
    In This Topic
    Represent an icon created from a path string.
    Object Model
    C1PathIcon Class
    Syntax
    'Declaration
     
    
    <C1ControlAttribute()>
    <RuntimeNamePropertyAttribute("Name")>
    <UsableDuringInitializationAttribute(True)>
    <XmlLangPropertyAttribute("Language")>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <UidPropertyAttribute("Uid")>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class C1PathIcon 
       Inherits C1VectorIcon
    [C1Control()]
    [RuntimeNameProperty("Name")]
    [UsableDuringInitialization(true)]
    [XmlLangProperty("Language")]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [UidProperty("Uid")]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class C1PathIcon : C1VectorIcon 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Media.Visual
                System.Windows.UIElement
                   System.Windows.FrameworkElement
                      System.Windows.Controls.Control
                         C1.WPF.Core.C1View
                            C1.WPF.Core.C1Icon
                               C1.WPF.Core.C1VectorIcon
                                  C1.WPF.Core.C1PathIcon

    See Also