Click or drag to resize

ShadingOptionDescriptionTShadingOption Class

Represents a helper class used to draw description of a shading option.
Inheritance Hierarchy

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework.UserInterface
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
[PublicAPIAttribute]
public abstract class ShadingOptionDescription<TShadingOption>
where TShadingOption : MeshAnalysisShadingOption

Type Parameters

TShadingOption
The type of target shading option.

The ShadingOptionDescriptionTShadingOption type exposes the following members.

Constructors
  NameDescription
Protected methodShadingOptionDescriptionTShadingOption
Initializes a new instance of the ShadingOptionDescriptionTShadingOption class.
Top
Properties
  NameDescription
Public propertyPadding
Gets or sets a padding of a description popup.
Public propertySize
Gets a size of a description popup.
Top
Methods
  NameDescription
Public methodDraw
Draws a description in specified position.
Protected methodDrawContent
Draws a content in specified position.
Protected methodDrawContentError
Draws an error message in specified position.
Top
See Also