Gets or sets news repeat direction.

Namespace: MonoSoftware.MonoX.News
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public RepeatDirection NewsRepeatDirection { get; set; }
Visual Basic
Public Property NewsRepeatDirection As RepeatDirection
	Get
	Set
Visual C++
public:
property RepeatDirection NewsRepeatDirection {
	RepeatDirection get ();
	void set (RepeatDirection value);
}
F#
member NewsRepeatDirection : RepeatDirection with get, set

Property Value

Type: RepeatDirection

See Also