ScrollingStyle Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets a value that specifies how text is scrolled.

Namespace:  Microsoft.SPOT.Presentation.Controls
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Property ScrollingStyle As ScrollingStyle
public ScrollingStyle ScrollingStyle { get; set; }
public:
property ScrollingStyle ScrollingStyle {
    ScrollingStyle get ();
    void set (ScrollingStyle value);
}
member ScrollingStyle : ScrollingStyle with get, set
function get ScrollingStyle () : ScrollingStyle
function set ScrollingStyle (value : ScrollingStyle)

Property Value

Type: Microsoft.SPOT.Presentation.Controls. . :: . .ScrollingStyle
The scrolling style for the text.

.NET Framework Security

See Also

Reference

TextFlow Class

Microsoft.SPOT.Presentation.Controls Namespace