'Declaration <ReadOnlyAttribute(True)> <DescriptionAttribute("The width of the region.")> Public ReadOnly Property Width As System.Int32
[ReadOnly(True)] [Description("The width of the region.")] public System.Int32 Width { get; }
[ReadOnly(True)] [Description("The width of the region.")] public: __property System.Int32 get_Width();
[ReadOnly(True)] [Description("The width of the region.")] public:
property System.Int32 Width { System.Int32 get(); }