Class TitleObject

TitleObject class

internal use

public class TitleObject

Constructors

NameDescription
TitleObject()The default constructor.

Properties

NameDescription
Border { get; set; }border
Font { get; set; }font
IsVisible { get; set; }visible
Text { get; set; }text
TextHorizontalAlignment { get; set; }horizontal
TextVerticalAlignment { get; set; }vertical
X { get; set; }x
Y { get; set; }y

Fields

NameDescription
_border
_font
_isVisible
_text
_textHorizontalAlignment
_textVerticalAlignment
_x
_y

See Also