[This is preliminary documentation and is subject to change.]
Get the Vertex flags
| C# | Visual Basic | Visual C++ |
public ICollection<VertexFlag> VertexLayout { get; }
Public ReadOnly Property VertexLayout As ICollection(Of VertexFlag)
public: virtual property ICollection<VertexFlag>^ VertexLayout { ICollection<VertexFlag>^ get () sealed; }