Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NTextBlockGlueToShapeLine Class


In This Topic
    NTextBlockGlueToShapeLine Class Properties
    In This Topic

    For a list of all members of this type, see NTextBlockGlueToShapeLine members.

    Public Properties
     NameDescription
    Public PropertyGets or sets the angle offset, which is applied to the angle of the shape line.  
    Public PropertyGets the document effective history service that this node uses to record history (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Public PropertyGets the id of the element, which uniquely identifies the element inside the owner document. It is automatically assigned when the element is registered in a document and is also automatically set to -1 when the element is unregistered from the document. You can manually assign the next document Id to the element, before it is added to a specific document, by using AssingNextId method. (Inherited from Nevron.Nov.Dom.NElement)
    Public PropertyGets or sets the factor [0, 1] from the Line line on which the text block is positioned.  
    Public PropertyGets or sets the location offset from the position specified by the location factor. Negative values move the text block towards the begin point and positive values towards the end point of the Line. By default set to 0.  
    Public PropertyGets a reference to the document owning the node. Returns null if the node is not residing in a document. (Inherited from Nevron.Nov.Dom.NDocumentNode)
    Public PropertyGets the shape to which this glue belongs (Inherited from Nevron.Nov.Diagram.NGlue<TFx>)
    Public PropertyGets the parent node in the node hierarchy. (Inherited from Nevron.Nov.Dom.NNode)
    Public PropertyGets the root node in the node hierarchy. (Inherited from Nevron.Nov.Dom.NNode)
    Public PropertyGets the node schema. (Inherited from Nevron.Nov.Dom.NNode)
    Public PropertyGets or sets the node tag, that can be any DOM compliant object. This property is not used by the node itself and is intended to provide users with the ability to attach custom data to the node. Attaching custom data to any node can also be achieved with the help of extendeded properties. (Inherited from Nevron.Nov.Dom.NNode)
    Public PropertyGets the image block to which this glue is applied. (Inherited from Nevron.Nov.Diagram.NTextBlockGlue)
    Public PropertyGets or sets whether the text uses the default Line orientation. By default set to false.  
    Public PropertyGets or sets the User Class to which the element belongs. This property is usually assigned by the user and is used to group related elements. An element can belong to more than one user classes that should be separated by the ' '(space) character. For example: element.UserClass = "MyClass1 MyClass2" specifies that element belongs to both MyClass1 and MayClass2 classes. The NUserClassCondtion styling condition lets you select elements of a specific user class. (Inherited from Nevron.Nov.Dom.NElement)
    Public PropertyGets or sets the User Id associated to this element. This property is usually assigned by the user and is used to identify specific elements in the document. Unlike the Id property, the value of this property is not guaranteed to be unique in the document. The NUserIdCondition styling condition lets you select elements with a specific User Id. (Inherited from Nevron.Nov.Dom.NElement)
    Top
    See Also