'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Controls the size of the header")> <System.ComponentModel.DefaultValueAttribute(20)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Size As System.Single
'Usage
Dim instance As NFrameDecoratorHeader Dim value As System.Single instance.Size = value value = instance.Size
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Controls the size of the header")] [System.ComponentModel.DefaultValue(20)] [System.Xml.Serialization.XmlAttribute()] public System.float Size {get; set;}