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