'Declaration <ReadOnlyAttribute(True)> <DescriptionAttribute("Information about the border color of the right side of the image.")> Public ReadOnly Property RightBorderColorInfo As BorderColorInfo
[ReadOnly(True)] [Description("Information about the border color of the right side of the image.")] public BorderColorInfo RightBorderColorInfo { get; }
[ReadOnly(True)] [Description("Information about the border color of the right side of the image.")] public: __property BorderColorInfo* get_RightBorderColorInfo();
[ReadOnly(True)] [Description("Information about the border color of the right side of the image.")] public:
property BorderColorInfo^ RightBorderColorInfo { BorderColorInfo^ get(); }