VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfTextOverlayGroup Class
Constructors Properties Methods Events SeeAlso
In This Topic
    WpfTextOverlayGroup Class Members
    In This Topic
    The following tables list the members exposed by WpfTextOverlayGroup.
    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 a value indicating whether the text overlay is visible. (Inherited from WpfTextOverlay)
    Public PropertyGets the items, which must be drawn in viewer.
    Public PropertyGets or sets the text, which must be drawn.
    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 separator, which must be inserted between the text overlays.
    Protected Properties
     NameDescription
    Protected PropertyGets the image viewer, which is associated with this text overlay. (Inherited from WpfTextOverlay)
    Public Methods
     NameDescription
    Public MethodAcivates this instance on the specified viewer.
    Public MethodCreates a new WpfTextOverlayGroup that is a copy of the current instance.
    Public MethodCopies the state of the current object to the target object.
    Public MethodDeactivates this instance.
    Public MethodReturns a System.String that represents this instance.
    Protected Methods
     NameDescription
    Protected MethodReturns the text of the group.
    Protected MethodRaises the ItemPropertyChanged event.
    Protected MethodRaises the PropertyChanged event. (Inherited from WpfTextOverlay)
    Public Events
     NameDescription
    Public EventOccurs when the item property is changed.
    Public EventOccurs when the property is changed. (Inherited from WpfTextOverlay)
    See Also