FillDraggedRegion Property (DragDropSelectionTool)
Gets or sets a value indicating whether this visual tool should fill dragged region with the
DraggedRegionFillColor color.
[Category("Behavior")]
[Description("Indicates that visual tool should fill dragged region with the DraggedRegionFillColor color.")]
[DefaultValue(True)]
public bool FillDraggedRegion { get; set; }
[Category("Behavior")]
[Description("Indicates that visual tool should fill dragged region with the DraggedRegionFillColor color.")]
[DefaultValue(True)]
public: __property bool get_FillDraggedRegion();
public: __property void set_FillDraggedRegion(
bool
);
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.
Value of this property is ignored if CTRL key is pressed.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5