Class TextStyleSetting
Inheritance
System.Object
System.MarshalByRefObject
TextStyleSetting
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class TextStyleSetting : BaseDisplayStyleSetting, IMessageSink, IDisplayStyle, IVisibleDisplayStyle
Constructors
TextStyleSetting()
Declaration
protected TextStyleSetting()
Properties
Alignment
Declaration
public TextAlignment Alignment { get; set; }
Property Value
Color
Declaration
public NXColor Color { get; set; }
Property Value
Font
Declaration
public string Font { get; set; }
Property Value
Type |
Description |
System.String |
|
FontStyle
Declaration
public VisualizationFonts.StyleType FontStyle { get; set; }
Property Value
FontType
Declaration
public Fonttype FontType { get; set; }
Property Value
GlobalSizeScale
Declaration
public double GlobalSizeScale { get; set; }
Property Value
Type |
Description |
System.Double |
|
IsGlobalSizeAutoScaled
Declaration
public bool IsGlobalSizeAutoScaled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LeaderStyle
Declaration
public LeaderStyle LeaderStyle { get; }
Property Value
NumberFormat
Declaration
public NumberFormat NumberFormat { get; }
Property Value
Orientation
Declaration
public TextOrientation Orientation { get; set; }
Property Value
Size
Declaration
public int Size { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TextBoxStyle
Declaration
public TextBoxStyleSetting TextBoxStyle { get; }
Property Value
UseGlobalFontSetting
Declaration
public bool UseGlobalFontSetting { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Visibility
Declaration
public bool Visibility { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Weight
Declaration
public TransientText.TextSize Weight { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink