Class CellSettingsBuilder
Inheritance
CellSettingsBuilder
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
FillColor
Declaration
public NXColor FillColor { get; set; }
Property Value
FillOpacity
Declaration
public double FillOpacity { get; set; }
Property Value
OverflowBehavior
Declaration
public OverflowBehavior OverflowBehavior { get; set; }
Property Value
TextDirection
Declaration
public TextDirection TextDirection { get; set; }
Property Value
ZeroDisplay
Declaration
public ZeroDisplay ZeroDisplay { get; set; }
Property Value
Methods
GetContentTextStyle()
Declaration
public TextStyleBuilder GetContentTextStyle()
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink