Class BulletedStringConverter
Adds the bullet char in front of string
Inheritance
BulletedStringConverter
Assembly: Sdl.Desktop.Platform.Controls.dll
public class BulletedStringConverter : IValueConverter
Constructors
Declaration
public BulletedStringConverter()
Methods
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Returns
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Returns
Implements
Extension Methods