Class BaseGridLayoutStyleSetting
Inheritance
System.Object
System.MarshalByRefObject
BaseGridLayoutStyleSetting
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 BaseGridLayoutStyleSetting : BaseDisplayStyleSetting, IMessageSink, IDisplayStyle
Constructors
BaseGridLayoutStyleSetting()
Declaration
protected BaseGridLayoutStyleSetting()
Properties
BackgroundColor
Declaration
public NXColor BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
NXColor |
ColorOfBackgroundPlane
Declaration
public NXColor ColorOfBackgroundPlane { get; set; }
Property Value
Type | Description |
---|---|
NXColor |
ContouringLevel
Declaration
public int ContouringLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ContouringRange
Declaration
public ContouringRange ContouringRange { get; set; }
Property Value
Type | Description |
---|---|
ContouringRange |
DenseGridDisplayStyleSettings
Declaration
public CurveDisplaySettings DenseGridDisplayStyleSettings { get; }
Property Value
Type | Description |
---|---|
CurveDisplaySettings |
DisplayContouring
Declaration
public bool DisplayContouring { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MajorGridDisplayStyleSettings
Declaration
public CurveDisplaySettings MajorGridDisplayStyleSettings { get; }
Property Value
Type | Description |
---|---|
CurveDisplaySettings |
ShowBackground
Declaration
public bool ShowBackground { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowBackgroundPlane
Declaration
public bool ShowBackgroundPlane { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TicksDisplayStyleSettings
Declaration
public CurveDisplaySettings TicksDisplayStyleSettings { get; }
Property Value
Type | Description |
---|---|
CurveDisplaySettings |
XyGridStyle
Declaration
public GridStyle XyGridStyle { get; set; }
Property Value
Type | Description |
---|---|
GridStyle |
Implements
System.Runtime.Remoting.Messaging.IMessageSink