Property | Type | Description | |
---|---|---|---|
Default |
Method | Description | |
---|---|---|
Cell ( ) : System |
Use default setting and construct a read and write VisualProperties
|
|
Cell ( |
Copy constructor. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
|
|
Clone ( ) : object |
Clone this object. This method duplicate all the reference field (Image, Font, StringFormat) creating a new instance.
|
Method | Description | |
---|---|---|
GetElements ( ) : IEnumerable |
||
PrepareView ( CellContext context ) : void | ||
PrepareVisualElementImage ( CellContext context ) : void |
Apply to the VisualElement specified the Image properties of the current View. Derived class can call this method to apply the settings to custom VisualElement.
|
|
PrepareVisualElementText ( CellContext context ) : void |
Apply to the VisualElement specified the Image properties of the current View. Derived class can call this method to apply the settings to custom VisualElement.
|
protected PrepareView ( CellContext context ) : void | ||
context | CellContext | |
return | void |
protected PrepareVisualElementImage ( CellContext context ) : void | ||
context | CellContext | |
return | void |
protected PrepareVisualElementText ( CellContext context ) : void | ||
context | CellContext | |
return | void |