VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / DicomSimpleAnnotationDataBase Class / HorizontalMirrored Property
Syntax Requirements SeeAlso
In This Topic
    HorizontalMirrored Property (DicomSimpleAnnotationDataBase)
    In This Topic
    Gets or sets a value indicating whether the annotation is mirrored horizontally.
    Syntax
    'Declaration
    
    <ReadOnlyAttribute(True)>
    <BrowsableAttribute(False)>
    Public Overrides Property HorizontalMirrored As Boolean
    
    
    [ReadOnly(True)]
    [Browsable(False)]
    public override bool HorizontalMirrored { get; set; }
    
    
    [ReadOnly(True)]
    [Browsable(False)]
    public: __property bool get_HorizontalMirrored(); override;
    public: __property void set_HorizontalMirrored(
    bool value
    ); override;
    [ReadOnly(True)]
    [Browsable(False)]
    public:
    property bool HorizontalMirrored { bool get() override;; void set(bool value) override;; }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also