Class TextStyleBuilder
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
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 |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink