'Declaration
<System.ComponentModel.CategoryAttribute("Elements")> <System.ComponentModel.DescriptionAttribute("Gets the frame header.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public ReadOnly Property Header As NFrameDecoratorHeader
'Usage
Dim instance As NFrameDecorator Dim value As NFrameDecoratorHeader value = instance.Header
[System.ComponentModel.Category("Elements")] [System.ComponentModel.Description("Gets the frame header.")] [System.Xml.Serialization.XmlIgnore()] public NFrameDecoratorHeader Header {get;}