Name | Description | |
---|---|---|
![]() | AssignNextId | Assigns the next document Id to this element. Use this method to generate an element Id, before it is registered in the specified document. Throws an expection if the element is already added to a document or the provided document is null. When an element Id is assigned to an element, it is a resposibility of the caller to ensure that the element is added to the elements subtree of the document for which the id was assigned. |
![]() | ClearValue | Overridden. Clears the expression (if any) and the local value of the specified property and returns true on success. |
![]() | GetFx | Overloaded. Gets the expression for the self property with the specified name |
![]() | GetValue | Overloaded. Overridden. Gets the current computed value of the specified property. |
![]() | SetFx | Overloaded. Sets the expression to the self property with the specified name |
![]() | SetFxForce | Overloaded. Sets the expression to the self property with the specified name by force. |
![]() | SetValue | Overridden. Sets a value for the specified property. |