Search Results for

    Show / Hide Table of Contents

    Class CellSettingsBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BaseTaggedObjectBuilder
    CellSettingsBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    BaseTaggedObjectBuilder.Validate()
    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.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
    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
    IComponentBuilder
    In this article
    Back to top Generated by DocFX