VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.UI Namespace / WpfThumbnailViewer Class / ThumbnailControlAnchor Property
Синтаксис Требования Смотрите также
В этом разделе
    ThumbnailControlAnchor Свойство (WpfThumbnailViewer)
    В этом разделе
    Возвращает или задает стиль привязки элемента управления миниатюрой.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute(BottomLeft)>
    <CategoryAttribute("VintaSoft")>
    <DescriptionAttribute("The anchor style of thumbnail control.")>
    Public Property ThumbnailControlAnchor As Vintasoft.Imaging.AnchorType
    
    
    [DefaultValue(BottomLeft)]
    [Category("VintaSoft")]
    [Description("The anchor style of thumbnail control.")]
    public Vintasoft.Imaging.AnchorType ThumbnailControlAnchor { get; set; }
    
    
    [DefaultValue(BottomLeft)]
    [Category("VintaSoft")]
    [Description("The anchor style of thumbnail control.")]
    public: __property Vintasoft.Imaging.AnchorType get_ThumbnailControlAnchor();
    public: __property void set_ThumbnailControlAnchor(
    Vintasoft.Imaging.AnchorType value
    );
    [DefaultValue(BottomLeft)]
    [Category("VintaSoft")]
    [Description("The anchor style of thumbnail control.")]
    public:
    property Vintasoft.Imaging.AnchorType ThumbnailControlAnchor { Vintasoft.Imaging.AnchorType get(); void set(Vintasoft.Imaging.AnchorType value); }

    Property Value

    Значение по умолчанию: Vintasoft.Imaging.AnchorType.BottomLeft.
    Требования

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

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