My Project
|
Class that stores a list of property values for a saved control. 更多...
公開型態 | |
enum | ChemistryControlType { DocumentHostControl } |
/summary> 更多... | |
公開方法(Public Methods) | |
ControlProperties () | |
Default constructor - used for de-serialization. 更多... | |
ControlProperties (string name, ChemistryControlType type, float x, float y, float width, float height, string customXmlid, params KeyValuePair< string, object >[] properties) | |
Constructor for floating controls. 更多... | |
ControlProperties (string name, ChemistryControlType type, int start, int end, float width, float height, string customXmlid, params KeyValuePair< string, object >[] properties) | |
Constructor for inline controls. 更多... | |
ControlProperties (string name, ChemistryControlType type, int start, int end, params KeyValuePair< string, object >[] properties) | |
Constructor for host controls. 更多... | |
屬性(properties) | |
float | ControlHeight [get, set] |
The control's height in points. 更多... | |
string | ControlName [get, set] |
The control's name. 更多... | |
ChemistryControlType | ControlType [get, set] |
The control's type. 更多... | |
float | ControlWidth [get, set] |
The control's width in points. 更多... | |
float | ControlX [get, set] |
The control's X coordinate in points. 更多... | |
float | ControlY [get, set] |
The control's Y coordinate in points. 更多... | |
string | CustomXmlId [get, set] |
bool | IsInline [get, set] |
Flag indicating if a control is in-line. If true, the control is in-line; if foalse, the control is floating. 更多... | |
List< KeyValuePair< string, object > > | PropertyList [get, set] |
The control's property list. 更多... | |
私有屬性 | |
string | customXmLid |
float | height |
bool | inline |
List< KeyValuePair< string, object > > | list |
string | name |
ChemistryControlType | type |
float | width |
float | x |
float | y |
Class that stores a list of property values for a saved control.
定義在 ControlProperties.cs 檔案之第 17 行.
|
strong |
Default constructor - used for de-serialization.
定義在 ControlProperties.cs 檔案之第 47 行.
ControlProperties | ( | string | name, |
ChemistryControlType | type, | ||
float | x, | ||
float | y, | ||
float | width, | ||
float | height, | ||
string | customXmlid, | ||
params KeyValuePair< string, object > [] | properties | ||
) |
Constructor for floating controls.
name | Control's name |
type | Control's type |
x | Control's X coordinate in points |
y | Control's Y coordinate in points |
width | Control's width in points |
height | Control's height in points |
customXmlid | |
properties | List of control's properties to persist. |
定義在 ControlProperties.cs 檔案之第 61 行.
ControlProperties | ( | string | name, |
ChemistryControlType | type, | ||
int | start, | ||
int | end, | ||
float | width, | ||
float | height, | ||
string | customXmlid, | ||
params KeyValuePair< string, object > [] | properties | ||
) |
Constructor for inline controls.
name | Control's name |
type | Control's type |
start | Start position of control's range (in characters) |
end | End position of control's range (in characters) |
width | Control's width in points |
height | Control's height in points |
customXmlid | |
properties | List of control's properties to persist. |
定義在 ControlProperties.cs 檔案之第 86 行.
ControlProperties | ( | string | name, |
ChemistryControlType | type, | ||
int | start, | ||
int | end, | ||
params KeyValuePair< string, object > [] | properties | ||
) |
Constructor for host controls.
name | Control's name |
type | Control's type |
start | Start position of control's range (in characters) |
end | End position of control's range (in characters) |
properties | List of control's properties to persist. |
定義在 ControlProperties.cs 檔案之第 110 行.
|
private |
定義在 ControlProperties.cs 檔案之第 29 行.
|
private |
定義在 ControlProperties.cs 檔案之第 34 行.
|
private |
定義在 ControlProperties.cs 檔案之第 36 行.
|
private |
定義在 ControlProperties.cs 檔案之第 37 行.
|
private |
定義在 ControlProperties.cs 檔案之第 38 行.
|
private |
定義在 ControlProperties.cs 檔案之第 39 行.
|
private |
定義在 ControlProperties.cs 檔案之第 40 行.
|
private |
定義在 ControlProperties.cs 檔案之第 41 行.
|
private |
定義在 ControlProperties.cs 檔案之第 42 行.
|
getset |
The control's height in points.
定義在 ControlProperties.cs 檔案之第 163 行.
|
getset |
The control's name.
定義在 ControlProperties.cs 檔案之第 119 行.
|
getset |
|
getset |
The control's width in points.
定義在 ControlProperties.cs 檔案之第 154 行.
|
getset |
The control's X coordinate in points.
定義在 ControlProperties.cs 檔案之第 172 行.
|
getset |
The control's Y coordinate in points.
定義在 ControlProperties.cs 檔案之第 181 行.
|
getset |
定義在 ControlProperties.cs 檔案之第 136 行.
|
getset |
Flag indicating if a control is in-line. If true, the control is in-line; if foalse, the control is floating.
定義在 ControlProperties.cs 檔案之第 191 行.
|
getset |
The control's property list.
定義在 ControlProperties.cs 檔案之第 145 行.