메소드 | 설명 | |
---|---|---|
Convert ( object value, |
Convert a value based on CLR type to a Visibility value. Does not walk the type tree, however.
|
|
ConvertBack ( object value, |
Convert back, not supported with this value converter.
|
public Convert ( object value, |
||
value | object | The value instance. |
targetType | The target parameter. | |
parameter | object | ConverterParameter is the name of the type, /// both short and full names are checked, short name first. |
culture | The culture parameter. | |
리턴 | object |
public ConvertBack ( object value, |
||
value | object | The value instance. |
targetType | The target parameter. | |
parameter | object | ConverterParameter is of type Visibility. |
culture | System | The culture parameter. |
리턴 | object |