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






    RulerOptions Enumeration
    Ruler options to for alignment and spacing
    Syntax
    'Declaration
     
    
    <System.FlagsAttribute()>
    Public Enum RulerOptions 
       Inherits System.Enum
     
    'Usage
     
    
    Dim instance As RulerOptions
    Members
    MemberDescription
    AlignCentre Centered within the cell area for all changes
    AlignFar If truncated, Ruler label will be placed at the far-side of the cell area (opposite of AlignNear)
    AlignNear This is the default behaviour. Ruler label will be placed within the defined cell area and if shortened it will remain attached to top of the defined area
    RoundToLarge If set any small division beyond the large division will be ignored. In other words, only the large divisions will be displayed/updated as the length of the ruler
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.RulerOptions

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also