'Declaration <DescriptionAttribute("Indicates that visual tool should fill dragged region with the DraggedRegionFillColor color.")> <DefaultValueAttribute(True)> <CategoryAttribute("Behavior")> Public Property FillDraggedRegion As Boolean
[Description("Indicates that visual tool should fill dragged region with the DraggedRegionFillColor color.")] [DefaultValue(True)] [Category("Behavior")] public bool FillDraggedRegion { get; set; }
[Description("Indicates that visual tool should fill dragged region with the DraggedRegionFillColor color.")] [DefaultValue(True)] [Category("Behavior")] public: __property bool get_FillDraggedRegion(); public: __property void set_FillDraggedRegion(
bool value
);
[Description("Indicates that visual tool should fill dragged region with the DraggedRegionFillColor color.")] [DefaultValue(True)] [Category("Behavior")] public:
property bool FillDraggedRegion { bool get(); void set(bool value); }
Property Value
True - visual tool should fill dragged region with the DraggedRegionFillColor color; false - visual tool should not change the dragged region, i.e. image region just copied to the another region of the same image.
Default value is true.
Default value is true.