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