'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether to check that an image is a grayscale image.")> Public Property DetectGrayscale As Boolean
[DefaultValue(True)] [Description("A value indicating whether to check that an image is a grayscale image.")] public bool DetectGrayscale { get; set; }
[DefaultValue(True)] [Description("A value indicating whether to check that an image is a grayscale image.")] public: __property bool get_DetectGrayscale(); public: __property void set_DetectGrayscale(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether to check that an image is a grayscale image.")] public:
property bool DetectGrayscale { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - true.