'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("The type of the image frame.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Type As ImageFrameType
'Usage
Dim instance As NImageFrameStyle Dim value As ImageFrameType instance.Type = value value = instance.Type
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("The type of the image frame.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.Xml.Serialization.XmlAttribute()] public ImageFrameType Type {get; set;}