VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / ThumbnailImageItemCaption Class / FormatCaption(String,WpfThumbnailViewer,ThumbnailImageItem) Method
Syntax Requirements SeeAlso
In This Topic
FormatCaption(String,WpfThumbnailViewer,ThumbnailImageItem) Method (ThumbnailImageItemCaption)
In This Topic
Formats the caption text.
Syntax
'Declaration

Protected Overridable Function FormatCaption( _
ByVal captionFormat
The caption format.
As System.String, _
ByVal thumbnailViewer
The thumbnail viewer.
As WpfThumbnailViewer, _
ByVal thumbnail
The thumbnail.
As ThumbnailImageItem _
) As System.String
protected virtual System.String FormatCaption(
System.String captionFormat,
WpfThumbnailViewer thumbnailViewer,
ThumbnailImageItem thumbnail
)

Parameters

captionFormat
The caption format.
thumbnailViewer
The thumbnail viewer.
thumbnail
The thumbnail.

Return Value

Text of thumbnail caption.
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