[go: nahoru, domu]

Skip to content

timunie/Tims.Avalonia.Samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tims.Avalonia.Samples

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: AvaloniaUI/Avalonia#10144

ChessBoard result

Source

Releases

No releases published

Packages

No packages published

Languages