VintaSoft Imaging .NET SDK 15.1: 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; }

Requirements

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

See Also