Gets or sets a value indicating whether the Page Indicator is visible.

Namespace:  C1.Web.iPhone.C1MultiView
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public bool IsPageIndicatorVisible { get; set; }
Visual Basic
Public Property IsPageIndicatorVisible As Boolean
	Get
	Set

Field Value

true if the Page Indicator is visible; otherwise, false.

See Also