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

In This Topic
    C1VectorIcon Class
    In This Topic
    Represents an icon created from a vector definition.
    Object Model
    C1VectorIcon Class
    Syntax
    'Declaration
     
    
    <C1ControlAttribute(SetDefaultStyleKey=False, CheckLicense=False)>
    <RuntimeNamePropertyAttribute("Name")>
    <UsableDuringInitializationAttribute(True)>
    <XmlLangPropertyAttribute("Language")>
    <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)>
    <UidPropertyAttribute("Uid")>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public MustInherit Class C1VectorIcon 
       Inherits C1Icon
    [C1Control(SetDefaultStyleKey=false, CheckLicense=false)]
    [RuntimeNameProperty("Name")]
    [UsableDuringInitialization(true)]
    [XmlLangProperty("Language")]
    [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)]
    [UidProperty("Uid")]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public abstract class C1VectorIcon : C1Icon 
    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
                                  C1.WPF.Core.C1PolygonIcon

    See Also