Class LeftMenu
public class LeftMenu : ListBox, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IContainItemStorage, IAddChild, ICommandSource
- Inheritance
-
LeftMenu
- Implements
- Inherited Members
- Extension Methods
Constructors
LeftMenu()
public LeftMenu()
Fields
CornerRadiusProperty
public static readonly DependencyProperty CornerRadiusProperty
Field Value
IconSizeProperty
public static readonly DependencyProperty IconSizeProperty
Field Value
IsExpendedProperty
public static readonly DependencyProperty IsExpendedProperty
Field Value
LogoProperty
public static readonly DependencyProperty LogoProperty
Field Value
SelectedLinkProperty
public static readonly DependencyProperty SelectedLinkProperty
Field Value
UseLogoProperty
public static readonly DependencyProperty UseLogoProperty
Field Value
Properties
Command
Gets the command that will be executed when the command source is invoked.
public ICommand Command { get; set; }
Property Value
- ICommand
The command that will be executed when the command source is invoked.
CommandParameter
Represents a user defined data value that can be passed to the command when it is executed.
public object CommandParameter { get; set; }
Property Value
- object
The command specific data.
CommandTarget
The object that the command is being executed on.
public IInputElement CommandTarget { get; set; }
Property Value
- IInputElement
The object that the command is being executed on.
CornerRadius
public CornerRadius CornerRadius { get; set; }
Property Value
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
IconSize
public double IconSize { get; set; }
Property Value
IsExpended
public bool IsExpended { get; set; }
Property Value
LinkActionGroupKey
public static ComponentResourceKey LinkActionGroupKey { get; }
Property Value
LinkActionsKey
public static ComponentResourceKey LinkActionsKey { get; }
Property Value
ListBoxItemKey
public static ComponentResourceKey ListBoxItemKey { get; }
Property Value
Logo
public string Logo { get; set; }
Property Value
SelectedLink
public IAction SelectedLink { get; set; }
Property Value
UseLogo
public bool UseLogo { get; set; }