DicomObjects.NET.V8
DicomObjects.Enums Namespace / RulerOptions Enumeration



In This Topic
    RulerOptions Enumeration
    In This Topic
    Ruler options to for alignment and spacing
    Syntax
    'Declaration
     
    Public Enum RulerOptions 
       Inherits System.Enum
    'Usage
     
    Dim instance As RulerOptions
    public enum RulerOptions : System.Enum 
    public enum class RulerOptions : public System.Enum 
    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.0 or higher

    See Also