C# Class X.UI.Toolbar.Toolbar

Inheritance: Windows.UI.Xaml.Controls.Control
Mostra file Open project: liquidboy/X

Public Properties

Property Type Description
HasExtensionsProperty Windows.UI.Xaml.DependencyProperty
OrientationProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
AddItem ( string iconUrl, double height, System.Guid uniqueId, BitmapImage iconBitmap = null ) : void
ClearAll ( ) : void
Toolbar ( ) : System

Protected Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
NewIcon_Click ( object sender, RoutedEventArgs e ) : void
Toolbar_Loaded ( object sender, RoutedEventArgs e ) : void
Toolbar_Unloaded ( object sender, RoutedEventArgs e ) : void

Method Details

AddItem() public method

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
return void

ClearAll() public method

public ClearAll ( ) : void
return void

OnApplyTemplate() protected method

protected OnApplyTemplate ( ) : void
return void

Toolbar() public method

public Toolbar ( ) : System
return System

Property Details

HasExtensionsProperty public_oe static_oe property

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

OrientationProperty public_oe static_oe property

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