Search Results for

    Show / Hide Table of Contents

    Struct UFDraw.TabnotParams

    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 TabnotParams

    Fields

    auto_size_cells

    Declaration
    public bool auto_size_cells
    Field Value
    Type Description
    System.Boolean

    border_type

    Declaration
    public UFDraw.TabnotBorderType border_type
    Field Value
    Type Description
    UFDraw.TabnotBorderType

    border_width

    Declaration
    public double border_width
    Field Value
    Type Description
    System.Double

    position

    Declaration
    public double[] position
    Field Value
    Type Description
    System.Double[]

    range_end

    Declaration
    public UFDraw.TabnotCell range_end
    Field Value
    Type Description
    UFDraw.TabnotCell

    range_start

    Declaration
    public UFDraw.TabnotCell range_start
    Field Value
    Type Description
    UFDraw.TabnotCell

    title_cell

    Declaration
    public UFDraw.TabnotCell title_cell
    Field Value
    Type Description
    UFDraw.TabnotCell

    ug_aspect_ratio

    Declaration
    public double ug_aspect_ratio
    Field Value
    Type Description
    System.Double

    use_col_hdr_grid_lines

    Declaration
    public bool use_col_hdr_grid_lines
    Field Value
    Type Description
    System.Boolean

    use_grid_lines

    Declaration
    public bool use_grid_lines
    Field Value
    Type Description
    System.Boolean

    use_horiz_grid_lines

    Declaration
    public bool use_horiz_grid_lines
    Field Value
    Type Description
    System.Boolean

    use_row_hdr_grid_lines

    Declaration
    public bool use_row_hdr_grid_lines
    Field Value
    Type Description
    System.Boolean

    use_title_cell

    Declaration
    public bool use_title_cell
    Field Value
    Type Description
    System.Boolean

    use_vert_grid_lines

    Declaration
    public bool use_vert_grid_lines
    Field Value
    Type Description
    System.Boolean
    In This Article
    Back to top Generated by DocFX