'Declaration <DescriptionAttribute("The border width of the focused image.")> Public Property FocusedImageBorderWidth As Single
[Description("The border width of the focused image.")] public float FocusedImageBorderWidth { get; set; }
[Description("The border width of the focused image.")] public: __property float get_FocusedImageBorderWidth(); public: __property void set_FocusedImageBorderWidth(
float value
);