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: 19.00.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class BoxTubeCorner : GlobalizedProperties

The BoxTubeCorner type exposes the following members.

Constructors
 NameDescription
Public methodBoxTubeCornerInitializes 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