VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Dicom.Wpf.UI.VisualTools Namespace / WpfStandardDicomDataElementTextOverlay Class
Constructors Properties Methods Events SeeAlso
In This Topic
    WpfStandardDicomDataElementTextOverlay Class Members
    In This Topic
    The following tables list the members exposed by WpfStandardDicomDataElementTextOverlay.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets text anchor. (Inherited from WpfTextOverlay)
    Public PropertyGets or sets the identifier of data element.
    Public PropertyGets a value indicating whether DICOM Frame has the DataElement. (Inherited from WpfDicomDataElementTextOverlay)
    Public PropertyGets a value indicating whether DataElement has the data. (Inherited from WpfDicomDataElementTextOverlay)
    Public PropertyGets or sets a value indicating whether the text overlay is visible. (Inherited from WpfTextOverlay)
    Public PropertyGets or sets the text, which must be drawn. (Inherited from WpfDicomViewerToolTextOverlay)
    Public PropertyGets or sets the brush, which must be used for drawing the text. (Inherited from WpfTextOverlay)
    Public PropertyGets or sets the text brush color. (Inherited from WpfTextOverlay)
    Public PropertyGets or sets the font, which must be used for drawing the text. (Inherited from WpfTextOverlay)
    Public PropertyGets or sets the font size, which must be used for drawing the text. (Inherited from WpfTextOverlay)
    Public PropertyGets or sets the text format for a text, which must be drawn in viewer. (Inherited from WpfDicomDataElementTextOverlay)
    Protected Properties
     NameDescription
    Protected PropertyGets the image viewer, which is associated with this text overlay. (Inherited from WpfTextOverlay)
    Protected PropertyGets or sets the visual tool for loading the text of text overlay. (Inherited from WpfDicomViewerToolTextOverlay)
    Public Methods
     NameDescription
    Public MethodAcivates this instance on the specified viewer. (Inherited from WpfDicomMetadataTextOverlay)
    Public MethodCreates a new WpfStandardDicomDataElementTextOverlay that is a copy of the current instance.
    Public MethodCopies current WpfStandardDicomDataElementTextOverlay to the target WpfStandardDicomDataElementTextOverlay
    Public MethodDeactivates this instance. (Inherited from WpfDicomMetadataTextOverlay)
    Public MethodReturns a System.String that represents this instance.
    Public MethodUpdates the text of the text overlay. (Inherited from WpfDicomDataElementTextOverlay)
    Protected Methods
     NameDescription
    Protected MethodChecks that text format is correct. (Inherited from WpfDicomDataElementTextOverlay)
    Protected MethodReturns the data element metadata for viewing in text overlay.
    Protected MethodReturns the data element metadata as string. (Inherited from WpfDicomDataElementTextOverlay)
    Protected MethodReturns the DICOM frame metadata from visual tool. (Inherited from WpfDicomMetadataTextOverlay)
    Protected MethodReturns the text of text overlay from DICOM frame metadata. (Inherited from WpfDicomDataElementTextOverlay)
    Protected MethodRaises the PropertyChanged event. (Inherited from WpfTextOverlay)
    Protected MethodSets the text. (Inherited from WpfDicomViewerToolTextOverlay)
    Public Events
     NameDescription
    Public EventOccurs when the property is changed. (Inherited from WpfTextOverlay)
    See Also