ComponentOne FlexGrid for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1Icon Class
Members

In This Topic
    C1Icon Class
    In This Topic
    Represents a visual icon that can be tinted and resized.
    Object Model
    C1Icon Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class C1Icon 
       Inherits Windows.UI.Xaml.Controls.Control
    public abstract class C1Icon : Windows.UI.Xaml.Controls.Control 
    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.C1BitmapIcon
                      C1.Xaml.C1CompositeIcon
                      C1.Xaml.C1FontIcon
                      C1.Xaml.C1VectorIcon

    See Also