SidebarModeConverter Class
Definition
Converts SidebarMode to boolean for panel visibility.
public class SidebarModeConverter
Constructors
| Name | Description |
|---|---|
| SidebarModeConverter | No summary available. |
SidebarModeConverter Constructor
public SidebarModeConverter()
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 |
|---|---|
| TargetMode | The mode to check for. |
TargetMode Property
The mode to check for.
public Avalonia.Controls.SidebarMode TargetMode { get; set; }