Class TextBoxStyleSetting
Inheritance
TextBoxStyleSetting
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
FillingColor
Declaration
public NXColor FillingColor { get; set; }
Property Value
IsFilled
Declaration
public bool IsFilled { get; set; }
Property Value
Visibility
Declaration
public bool Visibility { get; set; }
Property Value
Methods
GetLineStyle()
Declaration
public CurveDisplaySettings GetLineStyle()
Returns
GetMargin(TextBoxMarginOption)
Declaration
public double GetMargin(TextBoxMarginOption marginOption)
Parameters
Returns
SetMargin(TextBoxMarginOption, double)
Declaration
public void SetMargin(TextBoxMarginOption marginOption, double marginValue)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink