Class TextStyleSetting
Inheritance
TextStyleSetting
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
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
IsGlobalSizeAutoScaled
Declaration
public bool IsGlobalSizeAutoScaled { get; set; }
Property Value
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
TextBoxStyle
Declaration
public TextBoxStyleSetting TextBoxStyle { get; }
Property Value
UseGlobalFontSetting
Declaration
public bool UseGlobalFontSetting { get; set; }
Property Value
Visibility
Declaration
public bool Visibility { get; set; }
Property Value
Weight
Declaration
public TransientText.TextSize Weight { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink