Click or drag to resize

PolygonDrawingTypeToolbar Class

Represents a selection grid for toolbar which allow to select a polygon drawing type.
Inheritance Hierarchy
SystemObject
  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFrameworkPolygonDrawingTypeToolbar

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.MeshAnalysisFramework
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public class PolygonDrawingTypeToolbar

The PolygonDrawingTypeToolbar type exposes the following members.

Constructors
  NameDescription
Public methodPolygonDrawingTypeToolbar
Initializes a new instance of the PolygonDrawingTypeToolbar class.
Top
Properties
  NameDescription
Public propertyAllowDeselect
Gets or sets a value indicating whether deselection allowed.

If true then the DontDraw value is allowed; otherwise, not allowed.

Public propertyCurrent
Gets a current drawing type.
Top
Methods
  NameDescription
Public methodDraw
Draws the selection grid.
Top
See Also