VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / DragDropSelectionTool Class / FillDraggedRegion Property
Syntax Remarks Requirements SeeAlso
In This Topic
FillDraggedRegion Property (DragDropSelectionTool)
In This Topic
Gets or sets a value indicating whether this visual tool should fill dragged region with the DraggedRegionFillColor color.
Syntax
'Declaration

<CategoryAttribute("Behavior")>
<DescriptionAttribute("Indicates that visual tool should fill dragged region with the DraggedRegionFillColor color.")>
<DefaultValueAttribute(True)>
Public Property FillDraggedRegion As Boolean

[Category("Behavior")]
[Description("Indicates that visual tool should fill dragged region with the DraggedRegionFillColor color.")]
[DefaultValue(True)]
public bool FillDraggedRegion { get; set; }

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.
Remarks

Value of this property is ignored if CTRL key is pressed.

Requirements

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

See Also