'Declaration <DescriptionAttribute("Indicates that visual tool should fill dragged region with the DraggedRegionFillColor color.")> <CategoryAttribute("Behavior")> <DefaultValueAttribute(True)> Public Property FillDraggedRegion As Boolean
[Description("Indicates that visual tool should fill dragged region with the DraggedRegionFillColor color.")] [Category("Behavior")] [DefaultValue(True)] public bool FillDraggedRegion { get; set; }
[Description("Indicates that visual tool should fill dragged region with the DraggedRegionFillColor color.")] [Category("Behavior")] [DefaultValue(True)] 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.")] [Category("Behavior")] [DefaultValue(True)] 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.