VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.UI Namespace / ThumbnailViewer Class / AllowDrag Property
Синтаксис Требования Смотрите также
В этом разделе
    AllowDrag Свойство (ThumbnailViewer)
    В этом разделе
    Возвращает или задает значение, указывающее, принимает ли просмотрщик миниатюр операцию перетаскивания.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("VintaSoft")>
    <DescriptionAttribute("A value indicating whether the thumbnail viewer accepts the drag operation.")>
    <DefaultValueAttribute(True)>
    Public Property AllowDrag As Boolean
    
    
    [Category("VintaSoft")]
    [Description("A value indicating whether the thumbnail viewer accepts the drag operation.")]
    [DefaultValue(True)]
    public bool AllowDrag { get; set; }
    
    
    [Category("VintaSoft")]
    [Description("A value indicating whether the thumbnail viewer accepts the drag operation.")]
    [DefaultValue(True)]
    public: __property bool get_AllowDrag();
    public: __property void set_AllowDrag(
    bool value
    );
    [Category("VintaSoft")]
    [Description("A value indicating whether the thumbnail viewer accepts the drag operation.")]
    [DefaultValue(True)]
    public:
    property bool AllowDrag { bool get(); void set(bool value); }

    Property Value

    true - операция перетаскивания разрешена; false - операция перетаскивания запрещена.
    Значение по умолчанию - true.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также