Search Results for

    Show / Hide Table of Contents

    Class TextStyleSetting

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    BaseDisplayStyleSetting
    TextStyleSetting
    AxisItemStyle
    CustomTextStyleSetting
    GraphNameStyle
    LegendTableTextStyle
    MarkerStyleSetting
    NoteStyleSetting
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IDisplayStyle
    IVisibleDisplayStyle
    Inherited Members
    BaseDisplayStyleSetting.Find(String)
    BaseDisplayStyleSetting.CommitChange()
    BaseDisplayStyleSetting.JournalIdentifier
    BaseDisplayStyleSetting.Owner
    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.CAE.Xyplot
    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
    Type Description
    TextAlignment

    Color

    Declaration
    public NXColor Color { get; set; }
    Property Value
    Type Description
    NXColor

    Font

    Declaration
    public string Font { get; set; }
    Property Value
    Type Description
    System.String

    FontStyle

    Declaration
    public VisualizationFonts.StyleType FontStyle { get; set; }
    Property Value
    Type Description
    VisualizationFonts.StyleType

    FontType

    Declaration
    public Fonttype FontType { get; set; }
    Property Value
    Type Description
    Fonttype

    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
    Type Description
    LeaderStyle

    NumberFormat

    Declaration
    public NumberFormat NumberFormat { get; }
    Property Value
    Type Description
    NumberFormat

    Orientation

    Declaration
    public TextOrientation Orientation { get; set; }
    Property Value
    Type Description
    TextOrientation

    Size

    Declaration
    public int Size { get; set; }
    Property Value
    Type Description
    System.Int32

    TextBoxStyle

    Declaration
    public TextBoxStyleSetting TextBoxStyle { get; }
    Property Value
    Type Description
    TextBoxStyleSetting

    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
    Type Description
    TransientText.TextSize

    Implements

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