Table of Contents

Class LeftMenu

Namespace
HeBianGu.Control.LeftMenu
Assembly
HeBianGu.Control.LeftMenu.dll
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

DependencyProperty

IconSizeProperty

public static readonly DependencyProperty IconSizeProperty

Field Value

DependencyProperty

IsExpendedProperty

public static readonly DependencyProperty IsExpendedProperty

Field Value

DependencyProperty

LogoProperty

public static readonly DependencyProperty LogoProperty

Field Value

DependencyProperty

SelectedLinkProperty

public static readonly DependencyProperty SelectedLinkProperty

Field Value

DependencyProperty

UseLogoProperty

public static readonly DependencyProperty UseLogoProperty

Field Value

DependencyProperty

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

CornerRadius

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

IconSize

public double IconSize { get; set; }

Property Value

double

IsExpended

public bool IsExpended { get; set; }

Property Value

bool

LinkActionGroupKey

public static ComponentResourceKey LinkActionGroupKey { get; }

Property Value

ComponentResourceKey

LinkActionsKey

public static ComponentResourceKey LinkActionsKey { get; }

Property Value

ComponentResourceKey

ListBoxItemKey

public static ComponentResourceKey ListBoxItemKey { get; }

Property Value

ComponentResourceKey
public string Logo { get; set; }

Property Value

string
public IAction SelectedLink { get; set; }

Property Value

IAction
public bool UseLogo { get; set; }

Property Value

bool