Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.Extended Namespace / C1ColorButton Class
Members

In This Topic
    C1ColorButton Class
    In This Topic
    Button that shows a color, This control is used in the C1BasicColorPickerPart. Button that represents a color.
    Object Model
    C1ColorButton Class
    Syntax
    'Declaration
     
    Public Class C1ColorButton 
       Inherits Windows.UI.Xaml.Controls.ContentControl
    public class C1ColorButton : Windows.UI.Xaml.Controls.ContentControl 
    Inheritance Hierarchy

    System.Object
       Windows.UI.Xaml.DependencyObject
          Windows.UI.Xaml.UIElement
             Windows.UI.Xaml.FrameworkElement
                Windows.UI.Xaml.Controls.Control
                   Windows.UI.Xaml.Controls.ContentControl
                      C1.Xaml.Extended.C1ColorButton

    See Also