C# Class X.UI.LiteTab.TabList

Inheritance: Windows.UI.Xaml.Controls.Control
Afficher le fichier Open project: liquidboy/X Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnApplyTemplate ( ) : void

Private Methods

Méthode Description
TabList_Loaded ( object sender, RoutedEventArgs e ) : void
TabList_Unloaded ( object sender, RoutedEventArgs e ) : void

Method Details

AddTab() public méthode

public AddTab ( string name, bool isSelected = false ) : void
name string
isSelected bool
Résultat void

ChangeSelectedTab() public méthode

public ChangeSelectedTab ( Tab tab ) : void
tab Tab
Résultat void

Invalidate() public méthode

public Invalidate ( ) : void
Résultat void

OnApplyTemplate() protected méthode

protected OnApplyTemplate ( ) : void
Résultat void

TabList() public méthode

public TabList ( ) : Microsoft.Graphics.Canvas
Résultat Microsoft.Graphics.Canvas

Property Details

GlowColorProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml GlowColorProperty
Résultat Windows.UI.Xaml.DependencyProperty

ItemTemplateProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ItemTemplateProperty
Résultat Windows.UI.Xaml.DependencyProperty

ItemsSourceProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml ItemsSourceProperty
Résultat Windows.UI.Xaml.DependencyProperty

TabChangedCommandProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml TabChangedCommandProperty
Résultat Windows.UI.Xaml.DependencyProperty

TabItemBorderColorProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml TabItemBorderColorProperty
Résultat Windows.UI.Xaml.DependencyProperty