Interface ITextable
Interface defining properties of formattable text.
Namespace: Tizen.UIExtensions.Common
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public interface ITextable
Properties
FontAttributes
Gets or sets the font attributes for the text. See FontAttributes for information about FontAttributes.
Declaration
FontAttributes FontAttributes { get; set; }
Property Value
| Type | Description |
|---|---|
| FontAttributes |
FontFamily
Gets or sets the font family for the text.
Declaration
string FontFamily { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
FontSize
Gets or sets the font size for the text.
Declaration
double FontSize { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Double |
FormattedText
Get or sets the formatted text.
Declaration
FormattedString FormattedText { get; set; }
Property Value
| Type | Description |
|---|---|
| FormattedString |
HorizontalTextAlignment
Gets or sets the horizontal alignment mode for the text. See TextAlignment for information about TextAlignment.
Declaration
TextAlignment HorizontalTextAlignment { get; set; }
Property Value
| Type | Description |
|---|---|
| TextAlignment |
Text
Gets or sets the text.
Declaration
string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
TextBackgroundColor
Gets or sets the background color for the text.
Declaration
Color TextBackgroundColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
TextColor
Gets or sets the color for the text.
Declaration
Color TextColor { get; set; }
Property Value
| Type | Description |
|---|---|
| Color |
TextDecorations
Gets or sets the TextDecorations applied to Text. See TextDecorations for information about TextAlignment.
Declaration
TextDecorations TextDecorations { get; set; }
Property Value
| Type | Description |
|---|---|
| TextDecorations |
VerticalTextAlignment
Gets or sets the vertical alignment mode for the text. See TextAlignment for information about TextAlignment.
Declaration
TextAlignment VerticalTextAlignment { get; set; }
Property Value
| Type | Description |
|---|---|
| TextAlignment |