Click or drag to resize

BoxTubeCorner Class

The properties for the corner of a box tube.
Inheritance Hierarchy
SystemObject
  System.DynamicDynamicObject
    NotifyPropertyChangedBase
      SimpleCustomTypeDescriptor
        GlobalizedProperties
          Demo3D.VisualsBoxTubeCorner

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class BoxTubeCorner : GlobalizedProperties

The BoxTubeCorner type exposes the following members.

Constructors
  NameDescription
Public methodBoxTubeCorner
Initializes a new instance of the BoxTubeCorner class
Top
Properties
  NameDescription
Public propertyRadius
Public propertyStyle
Public propertyVisible
Top
Methods
  NameDescription
Public methodToString (Overrides SimpleCustomTypeDescriptor.ToString.)
Top
See Also