DicomObjects.NET.8.48 Documentation
DicomObjects.Enums Namespace / ShadowTypes Enumeration






In This Topic
    ShadowTypes Enumeration
    In This Topic
    Controls whether a labels is displayed with a specified shadow, to make it more visible over image areas with similar color.
    Syntax
    'Declaration
     
    
    <System.FlagsAttribute()>
    Public Enum ShadowTypes 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ShadowTypes
    [System.Flags()]
    public enum ShadowTypes : System.Enum 
    public enum ShadowTypes = class(System.Enum)
    System.FlagsAttribute()
    public enum ShadowTypes extends System.Enum
    [System.Flags()]
    __value public enum ShadowTypes : public System.Enum 
    [System.Flags()]
    public enum class ShadowTypes : public System.Enum 
    Members
    MemberDescription
    All256
    Bottom32
    BottomLeft64
    BottomRight16
    Left128
    None0
    Right8
    Top2
    TopLeft1
    TopRight4
    Remarks

    Although defined as enumerated types, the values above can be (and normally are) combined and used as bit fields.

    The shadow is drawn in the direction(s) indicated above displaced by one pixel from the main label, and it is drawn using the label’s ShadowColor property.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.ShadowTypes

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also