C# 클래스 WinRTXamlToolkit.Controls.DataVisualization.Legend

상속: HeaderedItemsControl
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 프로퍼티들

프로퍼티 타입 설명
ContentVisibilityProperty Windows.UI.Xaml.DependencyProperty
TitleStyleProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
Legend ( ) : Windows.UI.Xaml

Initializes a new instance of the Legend class.

보호된 메소드들

메소드 설명
OnHeaderChanged ( object oldHeader, object newHeader ) : void

Handles the OnHeaderChanged event for HeaderedItemsControl.

OnItemsChanged ( object e ) : void

Handles the CollectionChanged event for HeaderedItemsControl's ItemsSource.

비공개 메소드들

메소드 설명
UpdateContentVisibility ( ) : void

Updates the ContentVisibility property to reflect the presence of content.

메소드 상세

Legend() 공개 메소드

Initializes a new instance of the Legend class.
public Legend ( ) : Windows.UI.Xaml
리턴 Windows.UI.Xaml

OnHeaderChanged() 보호된 메소드

Handles the OnHeaderChanged event for HeaderedItemsControl.
protected OnHeaderChanged ( object oldHeader, object newHeader ) : void
oldHeader object Old header.
newHeader object New header.
리턴 void

OnItemsChanged() 보호된 메소드

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

프로퍼티 상세

ContentVisibilityProperty 공개적으로 정적으로 프로퍼티

Identifies the ContentVisibility dependency property.
public static DependencyProperty,Windows.UI.Xaml ContentVisibilityProperty
리턴 Windows.UI.Xaml.DependencyProperty

TitleStyleProperty 공개적으로 정적으로 프로퍼티

Identifies the TitleStyle dependency property.
public static DependencyProperty,Windows.UI.Xaml TitleStyleProperty
리턴 Windows.UI.Xaml.DependencyProperty