CommonSlideViewProperties.GuideList Property
List of Guides.Represents the element tag in schema: p:guideLst
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property GuideList As GuideList
Get
Set
'Usage
Dim instance As CommonSlideViewProperties
Dim value As GuideList
value = instance.GuideList
instance.GuideList = value
public GuideList GuideList { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Presentation.GuideList
Returns GuideList.
See Also
Reference
CommonSlideViewProperties Class