ComponentOne ColorPicker for WPF
In This Topic
    Layout in a Panel
    In This Topic

    You can easily lay out the C1ColorPicker and other controls in your WPF application, using the attached layout properties. For example, you can lay out your control in a Grid panel with its Row, ColumnSpan, and RowSpan properties and in a Canvas panel with its Left and Top properties. For example, the C1ColorPicker control includes the following Layout properties when located within a Grid panel:

    You can change the sizing, alignment, and location of the C1ColorPicker control within the Grid panel.