MarginMultiplierConverter Class
Definition
public class MarginMultiplierConverter
Constructors
| Name | Description |
|---|---|
| MarginMultiplierConverter | No summary available. |
MarginMultiplierConverter Constructor
public MarginMultiplierConverter()
Methods
| Name | Description |
|---|---|
| Convert | No summary available. |
| ConvertBack | No summary available. |
Convert Method
public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
Parameters
value object
targetType Type
parameter object
culture System.Globalization.CultureInfo
Returns
object
ConvertBack Method
public object ConvertBack(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture)
Parameters
value object
targetType Type
parameter object
culture System.Globalization.CultureInfo
Returns
object
Properties
| Name | Description |
|---|---|
| Bottom | No summary available. |
| Indent | No summary available. |
| Left | No summary available. |
| Right | No summary available. |
| Top | No summary available. |
Bottom Property
public bool Bottom { get; set; }
Indent Property
public double Indent { get; set; }
Left Property
public bool Left { get; set; }
Right Property
public bool Right { get; set; }
Top Property
public bool Top { get; set; }