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