C# Class X.UI.LiteTab.TabList

Inheritance: Windows.UI.Xaml.Controls.Control
Show file Open project: liquidboy/X Class Usage Examples

Public Properties

Property Type Description
GlowColorProperty Windows.UI.Xaml.DependencyProperty
ItemTemplateProperty Windows.UI.Xaml.DependencyProperty
ItemsSourceProperty Windows.UI.Xaml.DependencyProperty
TabChangedCommandProperty Windows.UI.Xaml.DependencyProperty
TabItemBorderColorProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
AddTab ( string name, bool isSelected = false ) : void
ChangeSelectedTab ( Tab tab ) : void
Invalidate ( ) : void
TabList ( ) : Microsoft.Graphics.Canvas

Protected Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
TabList_Loaded ( object sender, RoutedEventArgs e ) : void
TabList_Unloaded ( object sender, RoutedEventArgs e ) : void

Method Details

AddTab() public method

public AddTab ( string name, bool isSelected = false ) : void
name string
isSelected bool
return void

ChangeSelectedTab() public method

public ChangeSelectedTab ( Tab tab ) : void
tab Tab
return void

Invalidate() public method

public Invalidate ( ) : void
return void

OnApplyTemplate() protected method

protected OnApplyTemplate ( ) : void
return void

TabList() public method

public TabList ( ) : Microsoft.Graphics.Canvas
return Microsoft.Graphics.Canvas

Property Details

GlowColorProperty public static property

public static DependencyProperty,Windows.UI.Xaml GlowColorProperty
return Windows.UI.Xaml.DependencyProperty

ItemTemplateProperty public static property

public static DependencyProperty,Windows.UI.Xaml ItemTemplateProperty
return Windows.UI.Xaml.DependencyProperty

ItemsSourceProperty public static property

public static DependencyProperty,Windows.UI.Xaml ItemsSourceProperty
return Windows.UI.Xaml.DependencyProperty

TabChangedCommandProperty public static property

public static DependencyProperty,Windows.UI.Xaml TabChangedCommandProperty
return Windows.UI.Xaml.DependencyProperty

TabItemBorderColorProperty public static property

public static DependencyProperty,Windows.UI.Xaml TabItemBorderColorProperty
return Windows.UI.Xaml.DependencyProperty