Class BaseGridLayoutStyleSetting
Inheritance
System.Object
System.MarshalByRefObject
BaseGridLayoutStyleSetting
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 BaseGridLayoutStyleSetting : BaseDisplayStyleSetting, IMessageSink, IDisplayStyle
Constructors
BaseGridLayoutStyleSetting()
Declaration
protected BaseGridLayoutStyleSetting()
Properties
BackgroundColor
Declaration
public NXColor BackgroundColor { get; set; }
Property Value
ColorOfBackgroundPlane
Declaration
public NXColor ColorOfBackgroundPlane { get; set; }
Property Value
ContouringLevel
Declaration
public int ContouringLevel { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ContouringRange
Declaration
public ContouringRange ContouringRange { get; set; }
Property Value
DenseColor
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.CAE.Xyplot.CurveDisplaySettings.Color instead.")]
public NXColor DenseColor { get; set; }
Property Value
DenseGridDisplayStyleSettings
Declaration
public CurveDisplaySettings DenseGridDisplayStyleSettings { get; }
Property Value
DisplayContouring
Declaration
public bool DisplayContouring { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
GridColor
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.CAE.Xyplot.CurveDisplaySettings.Color instead.")]
public NXColor GridColor { get; set; }
Property Value
GridFont
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.CAE.Xyplot.CurveDisplaySettings.Font instead.")]
public DisplayableObject.ObjectFont GridFont { get; set; }
Property Value
GridWidth
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.CAE.Xyplot.CurveDisplaySettings.Width instead.")]
public DisplayableObject.ObjectWidth GridWidth { get; set; }
Property Value
MajorGridDisplayStyleSettings
Declaration
public CurveDisplaySettings MajorGridDisplayStyleSettings { get; }
Property Value
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
XyGridStyle
Declaration
public GridStyle XyGridStyle { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink