Search Results for

    Show / Hide Table of Contents

    Class textChunk

    Inheritance
    System.Object
    textChunk
    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: editdocuments
    Assembly: editdocuments.dll
    Syntax
    public class textChunk

    Properties

    | Improve this Doc View Source

    fontFamily

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

    fontSize

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

    rect

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

    spaceWidth

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

    text

    Declaration
    public string text { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright @ 2022 Luighi Viton-Zorrilla, lv@luighiviton.com
    Generated with DocFX