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

In This Topic
    C1CheckeredBorder Class
    In This Topic
    Border that display a color over a checkered pattern that is visible when a semi-transparent color is set, allowing the user to distinguish easily between clear and transparent colors.
    Object Model
    C1CheckeredBorder Class
    Syntax
    'Declaration
     
    Public Class C1CheckeredBorder 
       Inherits Windows.UI.Xaml.Controls.Control
    public class C1CheckeredBorder : 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.Extended.C1CheckeredBorder

    See Also