Gets or sets the parent slide of a comment.
Read-only
Slide
.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public ISlide Slide { get; }
Public ReadOnly Property Slide As ISlide
Get
public:
property ISlide^ Slide {
ISlide^ get ();
}
member Slide : ISlide with get
Property Value
Type:
ISlide
See Also