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