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