'Declaration <DescriptionAttribute("The fill color for dragged region.")> <CategoryAttribute("Appearance")> Public Property DraggedRegionFillColor As System.Windows.Media.Color
[Description("The fill color for dragged region.")] [Category("Appearance")] public System.Windows.Media.Color DraggedRegionFillColor { get; set; }
[Description("The fill color for dragged region.")] [Category("Appearance")] public: __property System.Windows.Media.Color* get_DraggedRegionFillColor(); public: __property void set_DraggedRegionFillColor(
System.Windows.Media.Color* value
);
[Description("The fill color for dragged region.")] [Category("Appearance")] public:
property System.Windows.Media.Color^ DraggedRegionFillColor { System.Windows.Media.Color^ get(); void set(System.Windows.Media.Color^ value); }
Property Value
Default value is System.Drawing.Color.Black.