VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / ThumbnailImageItemCaption Class
Constructors Properties Methods Events SeeAlso
In This Topic
ThumbnailImageItemCaption Class Members
In This Topic
The following tables list the members exposed by ThumbnailImageItemCaption.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the ThumbnailImageItemCaption class.
Public Properties
 NameDescription
Public PropertyGets or sets the anchor of the thumbnail caption.
Public PropertyGets or sets the caption format string.
Public PropertyGets or sets the font family.
Public PropertyGets or sets the size of the font.
Public PropertyGets or sets a value indicating whether the thumbnail caption is visible.
Public PropertyGets or sets the padding of the thumbnail caption.
Public PropertyGets or sets the color of the thumbnail caption.
Public Methods
 NameDescription
Public MethodCreates a new object that is a copy of the current ThumbnailImageItemCaption instance.
Public MethodCopies the state of the current object to the target object.
Protected Methods
 NameDescription
Protected MethodCreates the formatted text.
Protected MethodFormats the caption text.
Protected MethodRaises the CaptionFormatted event.
Protected MethodRaises the Changed event.
Protected MethodRenders the thumbnail caption on specified drawing context.
Public Events
 NameDescription
Public EventOccurs when caption text is formatted.
Public EventOccurs when property of this object is changed.
See Also