Gets all glyphs contained in this page.
Namespace: FirstFloor.DocumentsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public IEnumerable<Glyphs> AllGlyphs { get; } |
| Visual Basic |
|---|
Public ReadOnly Property AllGlyphs As IEnumerable(Of Glyphs) Get |
| Visual C++ |
|---|
public: property IEnumerable<Glyphs^>^ AllGlyphs { IEnumerable<Glyphs^>^ get (); } |
Field Value
All glyphs.
Remarks
This property only returns valid data when the page is loaded.
For performance reasons the glyphs list is static and is created once. An update in the page contents will not cause an update of this property value.