'Declaration <CategoryAttribute("General")> <DescriptionAttribute("Specifies the used predefined format.")> Public Property Format As ValueFormat
'Usage Dim instance As ValueFormatting Dim value As ValueFormat instance.Format = value value = instance.Format
[Category("General")] [Description("Specifies the used predefined format.")] public ValueFormat Format {get; set;}