'Declaration <CategoryAttribute("Physical properties")> <DescriptionAttribute("The length, in millimeters, of pixel by Y axis.")> Public ReadOnly Property YPixelLength As Double
[Category("Physical properties")] [Description("The length, in millimeters, of pixel by Y axis.")] public double YPixelLength { get; }
[Category("Physical properties")] [Description("The length, in millimeters, of pixel by Y axis.")] public: __property double get_YPixelLength();
[Category("Physical properties")] [Description("The length, in millimeters, of pixel by Y axis.")] public:
property double YPixelLength { double get(); }