X Tutup
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
name Xamarin.Forms - BoxView Clock
description A classic analog clock realized entirely by sizing, positioning, and rotating BoxViews
page_type sample
languages
csharp
products
xamarin
urlFragment boxview-boxviewclock

BoxView Clock

A classic analog clock realized entirely with BoxView.

Although Xamarin.Forms doesn't have a vector graphics programming interface, it does have a BoxView. Although normally used for displaying rectangular blocks of color, BoxView can be sized, positioned, and rotated. This is enough to render a classic analog clock.

This sample is described in more detail in the article on BoxView.

BoxView Clock application screenshot

X Tutup