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