AppearanceSettingsState
snapshot of the values in AppearanceSettings
Inheritance Hierarchy
System.Object
Rhino.ApplicationSettings.AppearanceSettingsState
Namespace: Rhino.ApplicationSettings
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public class AppearanceSettingsState
The AppearanceSettingsState type exposes the following members.
Properties
Name
Description
Public Property
CommandPromptBackgroundColor
Gets or sets the command prompt background color.
Public Property
CommandPromptFontName
Name of the font used in the command prompt
Public Property
CommandPromptFontSize
Size of the font used in the command prompt (in points)
Public Property
CommandPromptHypertextColor
Gets or sets the command prompt hypertext color.
Public Property
CommandPromptTextColor
Gets or sets the command prompt text color.
Public Property
CrosshairColor
Gets or sets the crosshair color.
Public Property
CurrentLayerBackgroundColor
Gets or sets the color used by the layer manager dialog as the background color for the current layer.
Public Property
DefaultFontFaceName
Gets or sets the name of the default font face.
Public Property
DefaultLayerColor
Gets or sets the default layer color.
Public Property
DefaultObjectColor
Gets or sets the default object color.
Public Property
DirectionArrowIconHeadSize
Set the arrow icon head size.
Public Property
DirectionArrowIconShaftSize
Set the arrow icon shaft size.
Public Property
EchoCommandsToHistoryWindow
Gets or sets a value that determines if command names are written to the history window.
Public Property
EchoPromptsToHistoryWindow
Gets or sets a value that determines if prompt messages are written to the history window.
Public Property
EditCandidateColor
Gets or sets the color of objects that are eligible to be edited.
Public Property
FeedbackColor
Gets or sets the feedback color.
Public Property
FrameBackgroundColor
Gets or sets the frame background color.
Public Property
GridThickLineColor
Gets or sets the color of the thick line in the grid.
Public Property
GridThinLineColor
Gets or sets the color of the thin line in the grid.
Public Property
GridXAxisLineColor
Gets or sets the color of X axis line in the grid.
Public Property
GridYAxisLineColor
Gets or sets the color of Y axis line in the grid.
Public Property
GridZAxisLineColor
Gets or sets the color of Z axis line in the grid.
Public Property
LockedObjectColor
Gets or sets the color used to draw locked objects.
Public Property
MenuVisible
Get/Set menu visibility
Public Property
PageviewPaperColor
CRhinoPageView paper background. A rectangle is drawn into the background of page views to represent the printed area. The alpha portion of the color is used to draw the paper blended into the background
Public Property
SelectedObjectColor
The color used to draw selected objects. The default is yellow, but this can be customized by the user.
Public Property
SelectionWindowCrossingFillColor
Gets or sets the color used to fill a crossing selection window
Public Property
SelectionWindowCrossingStrokeColor
Gets or sets the color used to draw the stroke of a crossing selection window
Public Property
SelectionWindowFillColor
Gets or sets the color used to fill a selection window
Public Property
SelectionWindowStrokeColor
Gets or sets the color used to draw the stroke of a selection window
Public Property
ShowCrosshairs
Gets or sets a value that determines if cross hairs are visible.
Public Property
ShowFullPathInTitleBar
Gets or sets a value that determines if the full path of the document is shown in the Rhino title bar.
Public Property
ShowLayoutDropShadow
Display the drop shadow of layouts
Public Property
ShowStatusBar
Get/Set status bar visibility
Public Property
ShowTitleBar
Shows or hides title bar.
Public Property
ShowViewportTitles
Get/Set viewport title visibility
Public Property
TrackingColor
Gets or sets the tracking color.
Public Property
ViewportBackgroundColor
Gets or sets the viewport background color.
Public Property
ViewportTabsVisibleAtStart
Display viewport tabs at start
Public Property
WorldCoordIconXAxisColor
Gets or sets the color of the world X axis of the world coordinates icon, appearing usually bottom left in viewports.
Public Property
WorldCoordIconYAxisColor
Gets or sets the color of the world Y axis of the world coordinate icon, appearing usually bottom left in viewports.
Public Property
WorldCoordIconZAxisColor
Gets or sets the color of the world Z axis of the world coordinate icon, appearing usually bottom left in viewports.
Methods
Name
Description
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected Method
Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected Method
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)