Class EditElementDisplayBuilder
Inheritance
EditElementDisplayBuilder
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
LineColor
Declaration
public int LineColor { get; set; }
Property Value
LineFont
Declaration
public DisplayableObject.ObjectFont LineFont { get; set; }
Property Value
LineWidth
Declaration
public DisplayableObject.ObjectWidth LineWidth { get; set; }
Property Value
Strikethrough
Declaration
public bool Strikethrough { get; set; }
Property Value
TextColor
Declaration
public NXColor TextColor { get; set; }
Property Value
TextFont
Declaration
public string TextFont { get; set; }
Property Value
TextFontStyle
Declaration
public TextBuilder.FontStyleOptions TextFontStyle { get; set; }
Property Value
TextScale
Declaration
public Text.ScaleOptions TextScale { get; set; }
Property Value
Underline
Declaration
public bool Underline { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink