AutoScrollTextBlock.AutoScrollTextBlock
1.0.0
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
<PackageReference Include="AutoScrollTextBlock.AutoScrollTextBlock" Version="1.0.0" />
paket add AutoScrollTextBlock.AutoScrollTextBlock --version 1.0.0
#r "nuget: AutoScrollTextBlock.AutoScrollTextBlock, 1.0.0"
// Install AutoScrollTextBlock.AutoScrollTextBlock as a Cake Addin #addin nuget:?package=AutoScrollTextBlock.AutoScrollTextBlock&version=1.0.0 // Install AutoScrollTextBlock.AutoScrollTextBlock as a Cake Tool #tool nuget:?package=AutoScrollTextBlock.AutoScrollTextBlock&version=1.0.0
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 | Versions Compatible and additional computed target framework versions. |
---|---|
Universal Windows Platform | netcore50 is compatible. |
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.
First Release.