Class TextBoxStyleSetting
Inheritance
System.Object
System.MarshalByRefObject
TextBoxStyleSetting
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.CAE.Xyplot
Assembly: NXOpen.dll
Syntax
public class TextBoxStyleSetting : BaseDisplayStyleSetting, IMessageSink, IDisplayStyle
Constructors
TextBoxStyleSetting()
Declaration
protected TextBoxStyleSetting()
Properties
Color
Declaration
public NXColor Color { get; set; }
Property Value
Type | Description |
---|---|
NXColor |
FillingColor
Declaration
public NXColor FillingColor { get; set; }
Property Value
Type | Description |
---|---|
NXColor |
IsFilled
Declaration
public bool IsFilled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Visibility
Declaration
public bool Visibility { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
GetLineStyle()
Declaration
public CurveDisplaySettings GetLineStyle()
Returns
Type | Description |
---|---|
CurveDisplaySettings |
GetMargin(TextBoxMarginOption)
Declaration
public double GetMargin(TextBoxMarginOption marginOption)
Parameters
Type | Name | Description |
---|---|---|
TextBoxMarginOption | marginOption |
Returns
Type | Description |
---|---|
System.Double |
SetMargin(TextBoxMarginOption, Double)
Declaration
public void SetMargin(TextBoxMarginOption marginOption, double marginValue)
Parameters
Type | Name | Description |
---|---|---|
TextBoxMarginOption | marginOption | |
System.Double | marginValue |
Implements
System.Runtime.Remoting.Messaging.IMessageSink