Presentation
ShowType Property
|
Specifies the slide show type
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public SlideShowType ShowType { get; set; }
Public Property ShowType As SlideShowType
Get
Set
public:
property SlideShowType ShowType {
SlideShowType get ();
void set (SlideShowType value);
}
member ShowType : SlideShowType with get, set
Property Value
Type:
SlideShowType
See Also