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