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