[]
Represents a converter that converts a bool value to a cursor indicating a wait state or a normal state.
public class WaitToCursorConverter : IValueConverter
Name | Description |
---|---|
WaitToCursorConverter() |
Name | Description |
---|---|
Convert(object, Type, object, CultureInfo) | Converts a boolean value to a cursor. |
ConvertBack(object, Type, object, CultureInfo) | Converts a cursor back to a boolean value. |