Presentation
ShowLoop Property
|
Specifies whether the slide show should be set to loop at the end
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public bool ShowLoop { get; set; }
Public Property ShowLoop As Boolean
Get
Set
public:
property bool ShowLoop {
bool get ();
void set (bool value);
}
member ShowLoop : bool with get, set
Property Value
Type:
Boolean
See Also