Class CaptionParameters

CaptionParameters class

Caption parameters.

public class CaptionParameters

Properties

NameDescription
Alignment { get; set; }Caption test horizontal alignment. Default value: StringAlignment.Center.
Font { get; }Caption font. Default value: Arial 8pt regular.
NoWrap { get; set; }Specify word wraps (line breaks) within text. Default value: false.
Padding { get; set; }Captions paddings. Default value for CaptionAbove: 5pt 5pt 0 5pt. Default value for CaptionBelow: 0 5pt 5pt 5pt.
Text { get; set; }Caption text. Default value: empty string.
TextColor { get; set; }Caption text color. Default value: Color.Black.
Visible { get; set; }Caption text visibility. Default value: false.

See Also