[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); }
'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether color for filling of hole punches is detected automatically.")> Public Property FillColorAutoDetection As Boolean
Property Value
true - hole punches are filled with color detected automatically; false - hole punches are filled with color specified by FillColor.