ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1VectorIcon Class
Members

In This Topic
    C1VectorIcon Class
    In This Topic
    Represents an icon created from a vectorial definition.
    Object Model
    C1VectorIcon Class
    Syntax
    'Declaration
     
    Public MustInherit Class C1VectorIcon 
       Inherits C1Icon
    public abstract class C1VectorIcon : C1Icon 
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Control
                   C1.Xaml.C1Icon
                      C1.Xaml.C1VectorIcon
                         C1.Xaml.C1PathIcon
                         C1.Xaml.C1PolygonIcon

    See Also