'Declaration <DescriptionAttribute("A value indicating whether the image is centered on page.")> <CategoryAttribute("VintaSoft")> Public Property Center As Boolean
[Description("A value indicating whether the image is centered on page.")] [Category("VintaSoft")] public bool Center { get; set; }
Property Value
Default value is false.