Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the ability to change the list item and bullet text color. #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

digitaldirk
Copy link

You can now independently change the color of the text for the list item and bullet by using the following properties: ListItemFontColor, BulletCharacterFontColor.

Example usage:
<cc:BulletListControl Items="{Binding ListItems}" ListItemFontColor="Blue" BulletCharacterFontColor="Red"/>

Result:
ColorChangedExample

You can now independently change the color of the text for the list item and bullet by using the following properties: ListItemFontColor, BulletCharacterFontColor
@digitaldirk
Copy link
Author

Sorry I believe my Visual Studio config formatted the code automatically - making the adds/deletes look like I changed most the code. I basically only added two properties and their property changed methods and edited the render method to set the colors.

Added example XAML of changing the text color for the list item and bullet and an image of the result.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant