ImageGear21.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailCtl Class : DragDropOptions Property |
'Declaration <ImGearFilterAttribute()> <DescriptionAttribute()> <CategoryAttribute("Behavior")> Public Property DragDropOptions As ImGearDragDropOptions
'Usage Dim instance As ImGearThumbnailCtl Dim value As ImGearDragDropOptions instance.DragDropOptions = value value = instance.DragDropOptions
[ImGearFilterAttribute()] [DescriptionAttribute()] [CategoryAttribute("Behavior")] public ImGearDragDropOptions DragDropOptions {get; set;}
[ImGearFilterAttribute()] [DescriptionAttribute()] [CategoryAttribute("Behavior")] public: __property ImGearDragDropOptions get_DragDropOptions(); public: __property void set_DragDropOptions( ImGearDragDropOptions value );
[ImGearFilterAttribute()] [DescriptionAttribute()] [CategoryAttribute("Behavior")] public: property ImGearDragDropOptions DragDropOptions { ImGearDragDropOptions get(); void set ( ImGearDragDropOptions value); }