Class CellSettingsBuilder
Inheritance
System.Object
System.MarshalByRefObject
CellSettingsBuilder
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.Diagramming.Tables
Assembly: NXOpen.dll
Syntax
public class CellSettingsBuilder : BaseTaggedObjectBuilder, IMessageSink, IComponentBuilder
Constructors
CellSettingsBuilder()
Declaration
protected CellSettingsBuilder()
Properties
ContentAlignment
Declaration
public ContentAlignment ContentAlignment { get; set; }
Property Value
Type | Description |
---|---|
ContentAlignment |
FillColor
Declaration
public NXColor FillColor { get; set; }
Property Value
Type | Description |
---|---|
NXColor |
FillOpacity
Declaration
public double FillOpacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
OverflowBehavior
Declaration
public OverflowBehavior OverflowBehavior { get; set; }
Property Value
Type | Description |
---|---|
OverflowBehavior |
TextDirection
Declaration
public TextDirection TextDirection { get; set; }
Property Value
Type | Description |
---|---|
TextDirection |
ZeroDisplay
Declaration
public ZeroDisplay ZeroDisplay { get; set; }
Property Value
Type | Description |
---|---|
ZeroDisplay |
Methods
GetContentTextStyle()
Declaration
public TextStyleBuilder GetContentTextStyle()
Returns
Type | Description |
---|---|
TextStyleBuilder |
Implements
System.Runtime.Remoting.Messaging.IMessageSink