'Declaration <ReadOnlyAttribute(True)> <DescriptionAttribute("The border color of the image.")> Public ReadOnly Property BorderColor As System.Drawing.Color
[ReadOnly(True)] [Description("The border color of the image.")] public System.Drawing.Color BorderColor { get; }
[ReadOnly(True)] [Description("The border color of the image.")] public: __property System.Drawing.Color* get_BorderColor();
[ReadOnly(True)] [Description("The border color of the image.")] public:
property System.Drawing.Color^ BorderColor { System.Drawing.Color^ get(); }