Search Results for

    Show / Hide Table of Contents

    Class TextStyleBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    TextStyleBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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
    Assembly: NXOpen.dll
    Syntax
    public class TextStyleBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    TextStyleBuilder()

    Declaration
    protected TextStyleBuilder()

    Properties

    TextAlignment

    Declaration
    public TextStyleBuilder.TextAlignmentType TextAlignment { get; set; }
    Property Value
    Type Description
    TextStyleBuilder.TextAlignmentType

    TextAllowWrapping

    Declaration
    public bool TextAllowWrapping { get; set; }
    Property Value
    Type Description
    System.Boolean

    TextAutoFit

    Declaration
    public TextStyleBuilder.TextAutoFitType TextAutoFit { get; set; }
    Property Value
    Type Description
    TextStyleBuilder.TextAutoFitType

    TextColorFontWidth

    Declaration
    public TextColorFontWidthBuilder TextColorFontWidth { get; }
    Property Value
    Type Description
    TextColorFontWidthBuilder

    TextHeight

    Declaration
    public double TextHeight { get; set; }
    Property Value
    Type Description
    System.Double

    TextOverlined

    Declaration
    public bool TextOverlined { get; set; }
    Property Value
    Type Description
    System.Boolean

    TextUnderlined

    Declaration
    public bool TextUnderlined { get; set; }
    Property Value
    Type Description
    System.Boolean

    TruncationMode

    Declaration
    public TextStyleBuilder.TruncationModes TruncationMode { get; set; }
    Property Value
    Type Description
    TextStyleBuilder.TruncationModes

    Methods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX