Method | Description | |
---|---|---|
Convert ( object value, |
Convertes the boolean value parameter to a visibility value. True converts to collapsed and false converts to visible.
|
|
ConvertBack ( object value, |
Convertes the visibility value parameter to a boolean value. Collapsed converts to true and visible converts to false.
|
public Convert ( object value, |
||
value | object | The boolean value that is to be converted. |
targetType | The type to which the value is to be converted. In this case it is always |
|
parameter | object | A parameter for the conversion. Not used in this converter, so it should always be null. |
language | string | The name of the language, so that parsing can be adjusted to cultural conventions. |
return | object |
public ConvertBack ( object value, |
||
value | object | The visibility value that is to be converted. |
targetType | The type to which the value is to be converted. In this case it is always |
|
parameter | object | A parameter for the conversion. Not used in this converter, so it should always be null. |
language | string | The name of the language, so that parsing can be adjusted to cultural conventions. |
return | object |