DicomObjects.NET.V8
DicomObjects Namespace / DicomLabel Class / Reversible Property



In This Topic
    Reversible Property
    In This Topic
    Controls whether the label is drawn in reversible mode
    Syntax
    'Declaration
     
    Public Property Reversible As Boolean
    'Usage
     
    Dim instance As DicomLabel
    Dim value As Boolean
     
    instance.Reversible = value
     
    value = instance.Reversible
    public bool Reversible {get; set;}
    public:
    property bool Reversible {
       bool get();
       void set (    bool value);
    }
    Remarks
    This is roughly equivalent to XOR in the COM version but is limited, as the .NET GDI+ API lacks the previous standard WIndows API functionality to do XOR drawing. Only lines, rectangles, ploygons, polylines and ellipses are currently supported
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also