Class TextAnnotation
Inheritance
System.Object
    TextAnnotation
  Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public class TextAnnotation : object
  Properties
| Improve this Doc View SourceBackgroundColor
Gets or sets the background color as a string.
Declaration
public string BackgroundColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
FontSize
Gets or sets the font size
Declaration
public int FontSize { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
GenerateAnnotationService
Gets or sets the annotation service name for generating annotation
Declaration
public string GenerateAnnotationService { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Guid
Gets or sets the icon id
Declaration
public Guid Guid { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Guid | 
IconId
Gets or sets the icon id
Declaration
public Guid IconId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Guid | 
Image
Gets or sets the image binary
Declaration
public byte[] Image { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Byte[] | 
OrderNr
Gets or sets the order number
Declaration
public int OrderNr { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
TemplateText
Gets or sets the template text
Declaration
public string TemplateText { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
TextColor
Gets or sets the annotation name
Declaration
public string TextColor { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
ToolTip
Gets or sets the tooltip
Declaration
public string ToolTip { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
TypeId
Gets or sets the annotation type
Declaration
public AnnotationType TypeId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| AnnotationType | 
XMP
Gets or sets the xmp binary
Declaration
public byte[] XMP { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Byte[] |