C# Class BaconographyWP8.View.PivotCountIndicator

Inheritance: System.Windows.Controls.UserControl
Datei anzeigen Open project: Synergex/Baconography

Public Properties

Property Type Description
ItemsCountProperty System.Windows.DependencyProperty
SelectedPivotIndexProperty System.Windows.DependencyProperty

Public Methods

Method Description
PivotCountIndicator ( ) : System

Constructor

Private Methods

Method Description
AccentCircle ( ) : void

Accents selected pivot item circle.

OnItemsCountChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void

OnItemsCountChanged property-changed handler

OnPivotIndexChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void

OnPivotIndexChanged property-changed handler

SetCircles ( ) : void

Draws circles.

Method Details

PivotCountIndicator() public method

Constructor
public PivotCountIndicator ( ) : System
return System

Property Details

ItemsCountProperty public_oe static_oe property

Public ItemsCount property of type DependencyProperty
public static DependencyProperty,System.Windows ItemsCountProperty
return System.Windows.DependencyProperty

SelectedPivotIndexProperty public_oe static_oe property

Public SelectedPivotIndex property of type DependencyProperty
public static DependencyProperty,System.Windows SelectedPivotIndexProperty
return System.Windows.DependencyProperty