AutoScrollTextBlock.AutoScrollTextBlock 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package AutoScrollTextBlock.AutoScrollTextBlock --version 1.0.0
                    
NuGet\Install-Package AutoScrollTextBlock.AutoScrollTextBlock -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AutoScrollTextBlock.AutoScrollTextBlock" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AutoScrollTextBlock.AutoScrollTextBlock" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="AutoScrollTextBlock.AutoScrollTextBlock" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AutoScrollTextBlock.AutoScrollTextBlock --version 1.0.0
                    
#r "nuget: AutoScrollTextBlock.AutoScrollTextBlock, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=AutoScrollTextBlock.AutoScrollTextBlock&version=1.0.0
                    
Install AutoScrollTextBlock.AutoScrollTextBlock as a Cake Addin
#tool nuget:?package=AutoScrollTextBlock.AutoScrollTextBlock&version=1.0.0
                    
Install AutoScrollTextBlock.AutoScrollTextBlock as a Cake Tool

UWP-AutoScrollTextBlock

An Auto Scroll TextBlock UserControl for UWP. When Text is too long to display within the UserControl boundaries, the Text starts to scroll automatically to the left.

Public Properties :

Text (string)

Default = ""

Text to be displayed in the control

AutoScrollActivated (bool)

Default = true

Activates or Deactivates the animation

Speed (double)

Default = 15.0

Defines the Text moving Speed in pixels / seconds

TextSpacing (double)

Default = 10.0

Spacing in pixels between the text replication

DelayBeforeStartMove (TimeSpan)

Default = 00:00:03

Delay before starting the animation

Product Compatible and additional computed target framework versions.
Universal Windows Platform netcore50 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3 1,550 11/16/2017
1.0.2 1,227 11/16/2017
1.0.1 1,204 11/16/2017
1.0.0 1,480 11/16/2017

First Release.