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