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