'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("Indicates that visual tool should fill dragged region with the DraggedRegionFillColor color.")> <CategoryAttribute("Behavior")> Public Property FillDraggedRegion As Boolean
[DefaultValue(True)] [Description("Indicates that visual tool should fill dragged region with the DraggedRegionFillColor color.")] [Category("Behavior")] public bool FillDraggedRegion { get; set; }
[DefaultValue(True)] [Description("Indicates that visual tool should fill dragged region with the DraggedRegionFillColor color.")] [Category("Behavior")] public: __property bool get_FillDraggedRegion(); public: __property void set_FillDraggedRegion(
bool value
);
[DefaultValue(True)] [Description("Indicates that visual tool should fill dragged region with the DraggedRegionFillColor color.")] [Category("Behavior")] public:
property bool FillDraggedRegion { bool get(); void set(bool value); }
Property Value
True - визуальный инструмент должен заполнить перетаскиваемую область с помощью DraggedRegionFillColor цвет; false - визуальный инструмент не должен изменять перетаскиваемую область, т. е. область изображения просто скопирована в другую область того же изображения.
Значение по умолчанию - true.
Значение по умолчанию - true.