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