Version 24.2 (latest)

ImageNode Class Properties

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

Public Properties
 NameDescription
Public PropertyChildNodesGets or sets the child nodes collection. Default value of the property is null. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public PropertyCroppingSpecifies which portion of the image to render.  
Public PropertyCustomAttributesUsed to store custom attributes on the node. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public PropertyDocumentGets the associated document. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public PropertyErrorReturns an exception generated during the download or decoding of the image (read-only)  
Public PropertyHasChildNodesReturns true if the ChildNodes property is set to a non-null instance of NodeCollection with Count of 1 or greater. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public PropertyHasCustomAttributesReturns true if the CustomAttributes property is set to a non-null instance with Count of 1 or greater. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public PropertyIdGets or sets the id. Default value is null. Id is used to identify a node. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public PropertyImageGets or sets the RichTextImage object.  
Public PropertyImageResolvedReturns the resolved Image (read-only)  
Public PropertyImageUriGets or sets source URI of the image.  
Public PropertyIsSealedReturns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public PropertyParentGets the parent node. (Inherited from Infragistics.Documents.RichText.NodeBase)
Public PropertyRenderEffectsMarginIndicates the additional extent required by render effects, such as shadows, around the image.  
Public PropertyRenderSizeIndicates the render size of the image, excluding any render effects such as shadows.  
Public PropertyRenderSizeResolvedReturns the render size of the image, excluding any render effects such as shadows (read-only).  
Public PropertyTransformSpecifies the transform to use to render the image.  
Public PropertyTypeOverridden. Gets the value indicating the type of node the instance represents.  
See Also