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