'Declaration <DescriptionAttribute("The X coordinate of the left-top corner of the region.")> <ReadOnlyAttribute(True)> Public ReadOnly Property X As System.Int32
[Description("The X coordinate of the left-top corner of the region.")] [ReadOnly(True)] public System.Int32 X { get; }
[Description("The X coordinate of the left-top corner of the region.")] [ReadOnly(True)] public: __property System.Int32 get_X();
[Description("The X coordinate of the left-top corner of the region.")] [ReadOnly(True)] public:
property System.Int32 X { System.Int32 get(); }