Skip to main content

MarginMultiplierConverter Class

Definition

Assembly:Avalonia.Controls
Package:Avalonia
public class MarginMultiplierConverter

Inheritance: object -> MarginMultiplierConverter

Implements:IValueConverter

Constructors

NameDescription
MarginMultiplierConverterNo summary available.

MarginMultiplierConverter Constructor

public MarginMultiplierConverter()

Methods

NameDescription
ConvertNo summary available.
ConvertBackNo 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

NameDescription
BottomNo summary available.
IndentNo summary available.
LeftNo summary available.
RightNo summary available.
TopNo 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; }