TcxTextAttributes2 Members
Rich edit text settings.Constructors
Name | Description |
---|---|
Create(TcxCustomEdit,TAttributeType) | Initializes a new instance of the TcxTextAttributes2 class with specified settings. |
Create(TcxCustomEdit) | Initializes a new instance of the TcxRichCustomAttributes class with specified settings. Inherited from TcxRichCustomAttributes. |
Properties
Name | Description |
---|---|
BackgroundColor | Specifies the text background color. |
Charset | Specifies the character set. |
Color | Specifies the text color. |
ConsistentAttributes | Provides access to the text formatting information. |
Height | Specifies the text height, in pixels. |
Name | Specifies the text font. |
Offset | Specifies the text offset from the baseline, in pixels. |
Pitch | Specifies the font pitch. |
Protected | Specifies whether text is protected. |
RichEdit | Provides access to the rich edit to which settings are applied. Inherited from TcxRichCustomAttributes. |
Size | Specifies the text height, in pixels. |
Style | Specifies the font style. |
StyleEx | Specifies the text style. |
UnderlineType | Specifies the underline type. |
Weight | Specifies the font weight. |
Methods
Name | Description |
---|---|
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
Equals(TObject) | Inherited from TObject. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
ToString | Inherited from TObject. |
See Also