VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Wpf.UI Namespace / WpfThumbnailViewer Class / ThumbnailCaptionAnchor Property
Синтаксис Требования Смотрите также
В этом разделе
    ThumbnailCaptionAnchor Свойство (WpfThumbnailViewer)
    В этом разделе
    Возвращает или устанавливает привязку заголовка миниатюры. Это свойство зависимости.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("VintaSoft")>
    <DescriptionAttribute("The thumbnail caption anchor. This is a dependency property.")>
    Public Property ThumbnailCaptionAnchor As Vintasoft.Imaging.AnchorType
    
    
    [Category("VintaSoft")]
    [Description("The thumbnail caption anchor. This is a dependency property.")]
    public Vintasoft.Imaging.AnchorType ThumbnailCaptionAnchor { get; set; }
    
    
    [Category("VintaSoft")]
    [Description("The thumbnail caption anchor. This is a dependency property.")]
    public: __property Vintasoft.Imaging.AnchorType get_ThumbnailCaptionAnchor();
    public: __property void set_ThumbnailCaptionAnchor(
    Vintasoft.Imaging.AnchorType value
    );
    [Category("VintaSoft")]
    [Description("The thumbnail caption anchor. This is a dependency property.")]
    public:
    property Vintasoft.Imaging.AnchorType ThumbnailCaptionAnchor { Vintasoft.Imaging.AnchorType get(); void set(Vintasoft.Imaging.AnchorType value); }
    Требования

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

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