'Declaration <DefaultValueAttribute(All)> <DescriptionAttribute("The type of histogram.")> Public Property HistogramType As Vintasoft.Imaging.ImageProcessing.HistogramType
[DefaultValue(All)] [Description("The type of histogram.")] public Vintasoft.Imaging.ImageProcessing.HistogramType HistogramType { get; set; }
[DefaultValue(All)] [Description("The type of histogram.")] public: __property Vintasoft.Imaging.ImageProcessing.HistogramType get_HistogramType(); public: __property void set_HistogramType(
Vintasoft.Imaging.ImageProcessing.HistogramType value
);
[DefaultValue(All)] [Description("The type of histogram.")] public:
property Vintasoft.Imaging.ImageProcessing.HistogramType HistogramType { Vintasoft.Imaging.ImageProcessing.HistogramType get(); void set(Vintasoft.Imaging.ImageProcessing.HistogramType value); }
Property Value
Значение по умолчанию: HistogramType.All.