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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.