Search Results for

    Show / Hide Table of Contents

    Class TextAnnotation

    Inheritance
    System.Object
    TextAnnotation
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class TextAnnotation

    Properties

    | Improve this Doc View Source

    BackgroundColor

    Gets or sets the background color as a string.

    Declaration
    public string BackgroundColor { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    FontSize

    Gets or sets the font size

    Declaration
    public int FontSize { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    GenerateAnnotationService

    Gets or sets the annotation service name for generating annotation

    Declaration
    public string GenerateAnnotationService { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Guid

    Gets or sets the icon id

    Declaration
    public Guid Guid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    IconId

    Gets or sets the icon id

    Declaration
    public Guid IconId { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    Image

    Gets or sets the image binary

    Declaration
    public byte[] Image { get; set; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    OrderNr

    Gets or sets the order number

    Declaration
    public int OrderNr { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TemplateText

    Gets or sets the template text

    Declaration
    public string TemplateText { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TextColor

    Gets or sets the annotation name

    Declaration
    public string TextColor { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ToolTip

    Gets or sets the tooltip

    Declaration
    public string ToolTip { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TypeId

    Gets or sets the annotation type

    Declaration
    public AnnotationType TypeId { get; set; }
    Property Value
    Type Description
    AnnotationType
    | Improve this Doc View Source

    XMP

    Gets or sets the xmp binary

    Declaration
    public byte[] XMP { get; set; }
    Property Value
    Type Description
    System.Byte[]
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx