Search Results for

    Show / Hide Table of Contents

    Class EditElementDisplayBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    EditElementDisplayBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Markup
    Assembly: NXOpen.dll
    Syntax
    public class EditElementDisplayBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    EditElementDisplayBuilder()

    Declaration
    protected EditElementDisplayBuilder()

    Properties

    EnableBackground

    Declaration
    public bool EnableBackground { get; set; }
    Property Value
    Type Description
    bool

    LineColor

    Declaration
    public int LineColor { get; set; }
    Property Value
    Type Description
    int

    LineFont

    Declaration
    public DisplayableObject.ObjectFont LineFont { get; set; }
    Property Value
    Type Description
    DisplayableObject.ObjectFont

    LineWidth

    Declaration
    public DisplayableObject.ObjectWidth LineWidth { get; set; }
    Property Value
    Type Description
    DisplayableObject.ObjectWidth

    Strikethrough

    Declaration
    public bool Strikethrough { get; set; }
    Property Value
    Type Description
    bool

    TextColor

    Declaration
    public NXColor TextColor { get; set; }
    Property Value
    Type Description
    NXColor

    TextFont

    Declaration
    public string TextFont { get; set; }
    Property Value
    Type Description
    string

    TextFontStyle

    Declaration
    public TextBuilder.FontStyleOptions TextFontStyle { get; set; }
    Property Value
    Type Description
    TextBuilder.FontStyleOptions

    TextScale

    Declaration
    public Text.ScaleOptions TextScale { get; set; }
    Property Value
    Type Description
    Text.ScaleOptions

    Underline

    Declaration
    public bool Underline { get; set; }
    Property Value
    Type Description
    bool

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX