Tims.Avalonia.Samples

March 17, 2023 ยท View on GitHub

A collection of some sample Apps


Change Content based on Enum-Value

This sample was moved to a new location. Please visit: [Avalonia.Samples]


Path Animation Sample

Shows how to animate a path dash array via Style

Source


Localization sample

This sample shows how you can use DynamicResource to translate the UI.

image

image

image

Note: In the folder _Localization_Helper you can find an Excel-File that can create the needed files for you. Check the Settings-Tab to control the output.

Source

read more about it here


Animate fill level sample

We can't animate a progress bar value as it is a direct property, but we can animate the width or height of the progress bar.

AnimateFillLevelSample

Source

read more about it here

ChessBoard - sample

Shows how to render a chess board using the MVVM approach. Idea taken from here: https://github.com/AvaloniaUI/Avalonia/discussions/10144

ChessBoard result

Source