Skip to content

SnackBar BorderThickness and BorderBrush not working #3883

@HedpE-

Description

@HedpE-

Bug explanation

When setting BorderThickness and BorderBrush on a SnackBar, these settings aren't reflected on the template as the border doesn't have these properties template bound.

Suggested solution is to implement the following lines to the SnackBar Style, in the Border object:

BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"

Version

5.2.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    StaleIssues and PRs that have not had activity for a while are marked with this label.Waiting on feedbackAdditional information is needed. Stale items with this label may be closed.bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions