Extended Library for UWP | ComponentOne
Extended Library Overview / ColorPicker for UWP / ColorPicker Quick Reference
In This Topic
    ColorPicker Quick Reference
    In This Topic

    This topic is dedicated to providing a quick overview of the XAML code used to create a C1ColorPicker, with select properties such as DropDownDirection set to AboveOrBelow, Mode to Basic, and Background to Red. For more information, see Features section.

    XAML
    Copy Code
    <Extended:C1ColorPicker x:Name="C1ColorPicker1" HorizontalAlignment="Left" VerticalAlignment="Top" 
     Margin="100,73,0,0" Height="77" Width="170" DropDownDirection="AboveOrBelow" Background="Red" 
     Mode="Basic"/>
    
    See Also

    Front Matter