'Declaration
<System.ComponentModel.TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> <System.ComponentModel.DescriptionAttribute("Gets the NLabelElement which represents the content of this item.")> Public ReadOnly Property Label As NLabelElement
'Usage
Dim instance As NGalleryItem Dim value As NLabelElement value = instance.Label
[System.ComponentModel.TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)] [System.ComponentModel.Description("Gets the NLabelElement which represents the content of this item.")] public NLabelElement Label {get;}