VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ThumbnailCaption Class
Constructors Properties Methods Events SeeAlso
In This Topic
    ThumbnailCaption Class Members
    In This Topic
    The following tables list the members exposed by ThumbnailCaption.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ThumbnailCaption 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 of the thumbnail caption.
    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 ThumbnailCaption instance.
    Public MethodCopies the state of the current object to the target object.
    Protected Methods
     NameDescription
    Protected MethodDraws the thumbnail caption on specified graphics.
    Protected MethodFormats the caption.
    Protected MethodRaises the CaptionFormatted event.
    Protected MethodRaises the Changed event.
    Public Events
     NameDescription
    Public EventOccurs when caption text is formatted.
    Public EventOccurs when property of this object is changed.
    See Also