'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether color for filling of hole punches is detected automatically.")> Public Property FillColorAutoDetection As Boolean
[DefaultValue(True)] [Description("A value indicating whether color for filling of hole punches is detected automatically.")] public bool FillColorAutoDetection { get; set; }
[DefaultValue(True)] [Description("A value indicating whether color for filling of hole punches is detected automatically.")] public: __property bool get_FillColorAutoDetection(); public: __property void set_FillColorAutoDetection(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether color for filling of hole punches is detected automatically.")] public:
property bool FillColorAutoDetection { bool get(); void set(bool value); }
Property Value
true - дыроколы заполняются цветом, определенным автоматически; false - дыроколы заполняются цветом, указанным в FillColor.