'Declaration <DescriptionAttribute("The type of histogram.")> <DefaultValueAttribute(All)> Public Property HistogramType As Vintasoft.Imaging.ImageProcessing.HistogramType
[Description("The type of histogram.")] [DefaultValue(All)] public Vintasoft.Imaging.ImageProcessing.HistogramType HistogramType { get; set; }
[Description("The type of histogram.")] [DefaultValue(All)] public: __property Vintasoft.Imaging.ImageProcessing.HistogramType get_HistogramType(); public: __property void set_HistogramType(
Vintasoft.Imaging.ImageProcessing.HistogramType value
);
[Description("The type of histogram.")] [DefaultValue(All)] public:
property Vintasoft.Imaging.ImageProcessing.HistogramType HistogramType { Vintasoft.Imaging.ImageProcessing.HistogramType get(); void set(Vintasoft.Imaging.ImageProcessing.HistogramType value); }
Property Value
Default value is HistogramType.All.