Property | Type | Description | |
---|---|---|---|
ProjectLayoutElement | System |
Method | Description | |
---|---|---|
DeepCopy ( |
Performs a partial deepy copy based on the input element, the name field is left unchanged
|
|
GetElementBorderColor ( ) : Color | ||
GetElementColor ( ) : Color | ||
GetElementColorString ( Color zColor ) : string |
Converts a color to the a color formatted string for serialization across the app (0x hex form)
|
|
GetElementFont ( ) : |
||
GetElementOutlineColor ( ) : Color | ||
GetHorizontalAlignment ( ) : StringAlignment | ||
GetVerticalAlignment ( ) : StringAlignment | ||
InitializeCache ( ) : void |
Initializes the cache variables for color and font translation
|
|
ProjectLayoutElement ( string sName ) : System | ||
SetElementBorderColor ( Color zColor ) : void |
Sets the border color and color string
|
|
SetElementColor ( Color zColor ) : void |
Sets the element color and color string
|
|
SetElementFont ( |
Sets the font and font string
|
|
SetElementOutlineColor ( Color zColor ) : void |
Sets the outline color and color string
|
|
ToString ( ) : string | ||
TranslateColorString ( string sColor ) : Color |
Translates a color string
|
|
TranslateFontString ( string fontString ) : |
Translates a font string to a font
|
Method | Description | |
---|---|---|
ProjectLayoutElement ( ) : System |
public DeepCopy ( |
||
zElement | The source element to copy from | |
bInitializeCache | bool | flag indicating whether to reinitialize the cache |
return | void |
public static GetElementColorString ( Color zColor ) : string | ||
zColor | Color | |
return | string |
public GetHorizontalAlignment ( ) : StringAlignment | ||
return | StringAlignment |
public GetVerticalAlignment ( ) : StringAlignment | ||
return | StringAlignment |
public ProjectLayoutElement ( string sName ) : System | ||
sName | string | |
return | System |
public SetElementBorderColor ( Color zColor ) : void | ||
zColor | Color | The color to pull the values from |
return | void |
public SetElementColor ( Color zColor ) : void | ||
zColor | Color | The color to pull the values from |
return | void |
public SetElementFont ( |
||
zFont | The font to pull the settings from | |
return | void |
public SetElementOutlineColor ( Color zColor ) : void | ||
zColor | Color | The color to pull the values from |
return | void |
public static TranslateColorString ( string sColor ) : Color | ||
sColor | string | The color string to translate |
return | Color |
public static TranslateFontString ( string fontString ) : |
||
fontString | string | The font string to translate |
return |