Class BaseBarStyleSetting
Inheritance
BaseBarStyleSetting
Assembly: NXOpen.dll
Syntax
public class BaseBarStyleSetting : BaseSymbolStyleSetting, IMessageSink, IDisplayStyle
Constructors
BaseBarStyleSetting()
Declaration
protected BaseBarStyleSetting()
Properties
FillingColor
Declaration
public NXColor FillingColor { get; set; }
Property Value
OutlineColor
Declaration
public NXColor OutlineColor { get; set; }
Property Value
ShowOutline
Declaration
public bool ShowOutline { get; set; }
Property Value
Width
Declaration
public int Width { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink