Browse By Tags

  • Can I feed custom colors using (A)RGB syntax or binding them via MVVM?

    Hello,

    I tried doing something like:

    <ig:XamColorPicker.ColorPalettes>

      <!-- Create Custom Palette -->

        <!--<ig:ColorPalette>

            <ig:ColorPalette.Colors>

                <ig:ColorPatchCollection>

                    <ig:ColorPatch…

  • DataBinding in MVVM pattern

    Hi 

    I'm using the following syntax on the xam side
                                                <ig:XamColorPicker SelectedColor="{Binding Path=OperatorColor, UpdateSourceTrigger=PropertyChanged}"/

    and I have a ViewModel that exposes the following property: