Property | Type | Description |
---|
Method | Description | |
---|---|---|
CreatePage ( string name = "Page" ) : |
Creates a new XContainer page instance.
|
|
CreateTemplate ( string name = "Template", double width = 840, double height = 600 ) : |
Creates a new XContainer template instance.
|
|
Invalidate ( ) : void |
Invalidate container layers.
|
|
SetCurrentLayer ( |
Set current layer.
|
|
XContainer ( ) : System.Collections.Immutable |
Initializes a new instance of the XContainer class.
|
|
this ( string name ) : string |
Gets or sets property Value using Name as key for data Properties array values. If property with the specified key does not exist it is created. |
public static CreatePage ( string name = "Page" ) : |
||
name | string | The page name. |
return |
public static CreateTemplate ( string name = "Template", double width = 840, double height = 600 ) : |
||
name | string | The template name. |
width | double | The template width. |
height | double | The template height. |
return |
public SetCurrentLayer ( |
||
layer | The layer instance. | |
return | void |
public XContainer ( ) : System.Collections.Immutable | ||
return | System.Collections.Immutable |
public this ( string name ) : string | ||
name | string | The property name value. |
return | string |