Back to Devexpress

Slide.Visible Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-slide-1cbe0096.md

latest1.1 KB
Original Source

Slide.Visible Property

Gets or sets whether the slide is visible when the presentation is being shown.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public bool Visible { get; set; }
vb
Public Property Visible As Boolean

Property Value

TypeDescription
Boolean

true if the slide is visible; otherwise, false.

|

See Also

Slide Class

Slide Members

DevExpress.Docs.Presentation Namespace