ImageNode

Description

sealed class Tinman.Core.Document.ImageNode

Derived from

DocumentNode abstract
IInlineNode

An inline node in a text document that represents an image.

Public / Constructors

Image​Node

2 overloads


public constructor ImageNode1 → ()

Creates a new instance of ImageNode.


public constructor ImageNode2 → (2)

source in : string

[not-null]
Initial value for Source.

style opt : ImageStyle = ImageStyle.Plain

Initial value for Style.

Creates a new instance of ImageNode.

Public / Attributes

Source


public attribute Source → (get,set)

value : string

[not-null]
The image source value.

The image source value.

Style


public attribute Style → (get,set)

value : ImageStyle

The image style.

The image style.

Serialization

Serial​Id


public static readonly attribute SerialId → (ISerialTypeInfo)

Serialization information about this type.