DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel Class / RotationMode Property

In This Topic
    RotationMode Property
    In This Topic
    Controls the rotation behaviour of a label.
    Syntax
    'Declaration
     
    
    Public Property RotationMode As RotationMode
    public RotationMode RotationMode {get; set;}
    Remarks

    If a DicomImage is rotated (either by use of an explicit Angle, or by use of RotateState, and if the ScaleMode is Image then this property controls whether the label rotates with the underlying image, or whether its base rotation remains upright.

    In either case, the label may still be rotated, relative to that base rotation using the label's Angle property

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also