VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfThumbnailViewer Class / ThumbnailCaptionAnchor Property
Syntax Requirements SeeAlso
In This Topic
    ThumbnailCaptionAnchor Property (WpfThumbnailViewer)
    In This Topic
    Gets or sets the thumbnail caption anchor. This is a dependency property.
    Syntax
    '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); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also