VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Dicom Namespace / TextStyle Class
Constructors Properties Methods Events SeeAlso
In This Topic
    TextStyle Class Members
    In This Topic
    The following tables list the members exposed by TextStyle.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether text is bold.
    Public PropertyGets or sets the text font of DICOM annotation.
    Public PropertyGets or sets the name of the font.
    Public PropertyGets or sets the horizontal alignment of the text.
    Public PropertyGets or sets a value indicating whether text is italic.
    Public PropertyGets or sets the color of the shadow.
    Public PropertyGets or sets the shadow offset X, in coordinate space of DICOM annotation.
    Public PropertyGets or sets the shadow offset Y, in coordinate space of DICOM annotation.
    Public PropertyGets or sets the shadow opacity.
    Public PropertyGets or sets the color of the shadow.
    Public PropertyGets or sets style of the shadow.
    Public PropertyGets or sets the color of the text.
    Public PropertyGets or sets the color of the text as RGB.
    Public PropertyGets or sets a value indicating whether text is underlined.
    Public PropertyGets or sets the vertical alignment of the text.
    Public Methods
     NameDescription
    Public MethodCreates a new TextStyle that is a copy of the current instance.
    Public MethodCopies current TextStyle to the target TextStyle.
    Public MethodDetermines whether the specified System.Object, is equal to this instance.
    Public MethodReturns a hash code for this instance.
    Public MethodPopulates a SerializationInfo with the data needed to serialize the target object.
    Public MethodReturns a System.String that represents this instance.
    Protected Methods
     NameDescription
    Protected MethodRaises the PropertyChanged event. (Inherited from StyleBase)
    Protected MethodRaises the PropertyChanging event. (Inherited from StyleBase)
    Public Events
     NameDescription
    Public EventOccurs when the style property is changed. (Inherited from StyleBase)
    Public EventOccurs when the style property is changing. (Inherited from StyleBase)
    See Also