Click or drag to resize

MCGUIStyles Class

Provides styles, which used in MeshChecker editor extension.
Inheritance Hierarchy
SystemObject
  HightlanderSolutions.MeshCheckerEditorExtension.UserInterfaceMCGUIStyles

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.UserInterface
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public sealed class MCGUIStyles

The MCGUIStyles type exposes the following members.

Properties
  NameDescription
Public propertyLargeButtonLeft
Gets the style of a left large button.
Public propertyLargeButtonMiddle
Gets the style of a middle large button.
Public propertyLargeButtonRight
Gets the style of a right large button.
Public propertySettingsSmallIcon Obsolete.
A small settings icon.
Public propertySolidTriangleIcon Obsolete.
The texture of a solid triangle icon.
Public propertyWireframeTriangleIcon Obsolete.
The texture of a wireframe triangle icon.
Top
Fields
  NameDescription
Public fieldButtonMiddle
The style of a middle button.
Public fieldColoredVerticalLine
Gets the style of a colored state line.
Public fieldFlowBackground
The style of «flow background».
Public fieldFlowShaderOutOff
The style of «flow shader out 0».
Public fieldFlowShaderOutOn
The style of «flow shader out 2».
Public fieldFlowShaderOutOnError
The style of «flow shader out 5».
Public fieldHelpBox
The style of a help box.
Public fieldLabelWordWrap
The word-wrapped label style.
Public fieldNotificationMessage
The style of a notification message.
Public fieldRefreshButton
The style of the refresh button.
Public fieldRobotoLabel
The label style with roboto font.
Public fieldRobotoLabelBold
The label style with bold roboto font.
Public fieldRobotoLabelBoldWhite
The label style with white bold roboto font.
Public fieldRobotoLabelCentered
The label style with roboto font (Centered).
Public fieldSettingsButton
The style of a settings button.
Public fieldToolEmptyLabel
The simple label style.
Public fieldWindowBackground
The style of a window background.
Top
See Also