C# 클래스 X.UI.Toolbar.Toolbar

상속: Windows.UI.Xaml.Controls.Control
파일 보기 프로젝트 열기: liquidboy/X

공개 프로퍼티들

프로퍼티 타입 설명
HasExtensionsProperty Windows.UI.Xaml.DependencyProperty
OrientationProperty Windows.UI.Xaml.DependencyProperty

공개 메소드들

메소드 설명
AddItem ( string iconUrl, double height, System.Guid uniqueId, BitmapImage iconBitmap = null ) : void
ClearAll ( ) : void
Toolbar ( ) : System

보호된 메소드들

메소드 설명
OnApplyTemplate ( ) : void

비공개 메소드들

메소드 설명
NewIcon_Click ( object sender, RoutedEventArgs e ) : void
Toolbar_Loaded ( object sender, RoutedEventArgs e ) : void
Toolbar_Unloaded ( object sender, RoutedEventArgs e ) : void

메소드 상세

AddItem() 공개 메소드

public AddItem ( string iconUrl, double height, System.Guid uniqueId, BitmapImage iconBitmap = null ) : void
iconUrl string
height double
uniqueId System.Guid
iconBitmap Windows.UI.Xaml.Media.Imaging.BitmapImage
리턴 void

ClearAll() 공개 메소드

public ClearAll ( ) : void
리턴 void

OnApplyTemplate() 보호된 메소드

protected OnApplyTemplate ( ) : void
리턴 void

Toolbar() 공개 메소드

public Toolbar ( ) : System
리턴 System

프로퍼티 상세

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

public static DependencyProperty,Windows.UI.Xaml HasExtensionsProperty
리턴 Windows.UI.Xaml.DependencyProperty

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

public static DependencyProperty,Windows.UI.Xaml OrientationProperty
리턴 Windows.UI.Xaml.DependencyProperty