프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
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. |
리턴 |
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. |
리턴 |
public SetCurrentLayer ( |
||
layer | The layer instance. | |
리턴 | void |
public XContainer ( ) : System.Collections.Immutable | ||
리턴 | System.Collections.Immutable |