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