C# Class WinRTXamlToolkit.Controls.DataVisualization.Legend

Inheritance: HeaderedItemsControl
Afficher le fichier Open project: xyzzer/WinRTXamlToolkit

Méthodes publiques

Свойство Type Description
ContentVisibilityProperty Windows.UI.Xaml.DependencyProperty
TitleStyleProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
Legend ( ) : Windows.UI.Xaml

Initializes a new instance of the Legend class.

Méthodes protégées

Méthode Description
OnHeaderChanged ( object oldHeader, object newHeader ) : void

Handles the OnHeaderChanged event for HeaderedItemsControl.

OnItemsChanged ( object e ) : void

Handles the CollectionChanged event for HeaderedItemsControl's ItemsSource.

Private Methods

Méthode Description
UpdateContentVisibility ( ) : void

Updates the ContentVisibility property to reflect the presence of content.

Method Details

Legend() public méthode

Initializes a new instance of the Legend class.
public Legend ( ) : Windows.UI.Xaml
Résultat Windows.UI.Xaml

OnHeaderChanged() protected méthode

Handles the OnHeaderChanged event for HeaderedItemsControl.
protected OnHeaderChanged ( object oldHeader, object newHeader ) : void
oldHeader object Old header.
newHeader object New header.
Résultat void

OnItemsChanged() protected méthode

Handles the CollectionChanged event for HeaderedItemsControl's ItemsSource.
protected OnItemsChanged ( object e ) : void
e object Event arguments.
Résultat void

Property Details

ContentVisibilityProperty public_oe static_oe property

Identifies the ContentVisibility dependency property.
public static DependencyProperty,Windows.UI.Xaml ContentVisibilityProperty
Résultat Windows.UI.Xaml.DependencyProperty

TitleStyleProperty public_oe static_oe property

Identifies the TitleStyle dependency property.
public static DependencyProperty,Windows.UI.Xaml TitleStyleProperty
Résultat Windows.UI.Xaml.DependencyProperty