VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / StyleBase Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
    StyleBase Class
    In This Topic
    Provides the abstract base class for styles of DICOM annotations.
    Object Model
    StyleBase
    Syntax
    'Declaration
    
    <SerializableAttribute()>
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)>
    Public MustInherit Class StyleBase
    
    
    [Serializable()]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
    public abstract class StyleBase
    
    
    [Serializable()]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
    public __gc abstract class StyleBase
    
    
    [Serializable()]
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
    public ref class StyleBase abstract
    
    
    Inheritance Hierarchy
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also