Class EditObjectDisplayBuilder
Inheritance
System.Object
System.MarshalByRefObject
EditObjectDisplayBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Markup
Assembly: NXOpen.dll
Syntax
public class EditObjectDisplayBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
EditObjectDisplayBuilder()
Declaration
protected EditObjectDisplayBuilder()
Properties
FillArea
Declaration
public bool FillArea { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LineColor
Declaration
public int LineColor { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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 |
TextFont
Declaration
public string TextFont { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextFontStyle
Declaration
public TextBuilder.FontStyleOptions TextFontStyle { get; set; }
Property Value
Type | Description |
---|---|
TextBuilder.FontStyleOptions |
TextScale
Declaration
public double TextScale { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.Runtime.Remoting.Messaging.IMessageSink