IsVisible

DiagramPage.IsVisible property

Gets or sets a value indicating whether the page is visible in UI.

public bool IsVisible { get; set; }

Property Value

The value indicating whether the page is visible in UI. True if the page is visible; otherwise, false.

See Also