ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / CADLight Class / Type Property




In This Topic
    Type Property (CADLight)
    In This Topic
    The light source type.
    Syntax
    'Declaration
     
    Public Property Type As CADLight.LightType
    'Usage
     
    Dim instance As CADLight
    Dim value As CADLight.LightType
     
    instance.Type = value
     
    value = instance.Type
    public CADLight.LightType Type {get; set;}
    public: __property CADLight.LightType get_Type();
    public: __property void set_Type( 
       CADLight.LightType value
    );
    public:
    property CADLight.LightType Type {
       CADLight.LightType get();
       void set (    CADLight.LightType value);
    }
    See Also