Class CaptionUI

CaptionUI class

UI wrapper for CaptionParameters class.

public sealed class CaptionUI

Properties

NameDescription
Alignment { get; set; }Gets or sets the text alignment of the caption.
Color { get; set; }Gets or sets the forecolor of the caption.
Font { get; set; }Gets or sets the font of the caption.
Padding { get; }Gets or sets caption paddings Padding.
Text { get; set; }Gets or sets the content of the caption.
Visible { get; set; }Gets or sets a value indicates whether the caption is visible.

Methods

NameDescription
override ToString()Returns a human-readable string representation of this CaptionUI.

See Also