Search Results for

    Show / Hide Table of Contents

    Class CellSettingsBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BaseTaggedObjectBuilder
    CellSettingsBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    BaseTaggedObjectBuilder.Validate()
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX