'Declaration
<System.ComponentModel.CategoryAttribute("Elements")> <System.ComponentModel.DescriptionAttribute("Obtains a reference to the collection of stylesheets")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public ReadOnly Property StyleSheets As NStyleSheetCollection
'Usage
Dim instance As NDrawingDocument Dim value As NStyleSheetCollection value = instance.StyleSheets
[System.ComponentModel.Category("Elements")] [System.ComponentModel.Description("Obtains a reference to the collection of stylesheets")] [System.Xml.Serialization.XmlIgnore()] public NStyleSheetCollection StyleSheets {get;}