Search Results for

    Show / Hide Table of Contents

    Struct UFDraw.TabnotCellParams

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.UF
    Assembly: NXOpen.UF.dll
    Syntax
    public struct TabnotCellParams

    Fields

    cell_text

    Declaration
    public string cell_text
    Field Value
    Type Description
    System.String

    horiz_just

    Declaration
    public UFDraw.TabnotJust horiz_just
    Field Value
    Type Description
    UFDraw.TabnotJust

    is_bold

    Declaration
    public bool is_bold
    Field Value
    Type Description
    System.Boolean

    is_hidden

    Declaration
    public bool is_hidden
    Field Value
    Type Description
    System.Boolean

    is_italic

    Declaration
    public bool is_italic
    Field Value
    Type Description
    System.Boolean

    is_underlined

    Declaration
    public bool is_underlined
    Field Value
    Type Description
    System.Boolean

    is_wrapped

    Declaration
    public bool is_wrapped
    Field Value
    Type Description
    System.Boolean

    strikethru

    Declaration
    public bool strikethru
    Field Value
    Type Description
    System.Boolean

    text_angle

    Declaration
    public double text_angle
    Field Value
    Type Description
    System.Double

    ug_font

    Declaration
    public string ug_font
    Field Value
    Type Description
    System.String

    ug_text_height

    Declaration
    public double ug_text_height
    Field Value
    Type Description
    System.Double

    vert_just

    Declaration
    public UFDraw.TabnotJust vert_just
    Field Value
    Type Description
    UFDraw.TabnotJust
    In This Article
    Back to top Generated by DocFX