Class NotePreferencesBuilder
Inheritance
NotePreferencesBuilder
Assembly: NXOpen.dll
Syntax
public class NotePreferencesBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
NotePreferencesBuilder()
Declaration
protected NotePreferencesBuilder()
Properties
BackgroundColor
Declaration
public int BackgroundColor { get; set; }
Property Value
EnableBackground
Declaration
public bool EnableBackground { get; set; }
Property Value
FontGapFactor
Declaration
public double FontGapFactor { get; set; }
Property Value
LetteringAngle
Declaration
public double LetteringAngle { get; set; }
Property Value
LineGapFactor
Declaration
public double LineGapFactor { get; set; }
Property Value
LockSizeAndPosition
Declaration
public bool LockSizeAndPosition { get; set; }
Property Value
ParallelToScreen
Declaration
public bool ParallelToScreen { get; set; }
Property Value
TextAspectRatio
Declaration
public double TextAspectRatio { get; set; }
Property Value
TextColor
Declaration
public int TextColor { get; set; }
Property Value
TextFont
Declaration
public int TextFont { get; set; }
Property Value
TextHeight
Declaration
public double TextHeight { get; set; }
Property Value
TextJustification
Declaration
public int TextJustification { get; set; }
Property Value
TextWidth
Declaration
public double TextWidth { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink