C# Class Controls.Toolkit.SemanticZoomOutItemBase

Inheritance: Windows.UI.Xaml.Controls.Control, ISemanticZoomOutItem
Show file Open project: RedSafi-UX/SugarUIEnhancedControls

Public Properties

Property Type Description
CountProperty Windows.UI.Xaml.DependencyProperty
ItemsCountProperty Windows.UI.Xaml.DependencyProperty
TextProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
OnCountPropertyChanged ( DependencyObject sender, DependencyPropertyChangedEventArgs args ) : void
OnDrawEdgePanel ( ) : void
SemanticZoomOutItemBase ( ) : System

Protected Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
GetControls ( DependencyObject parent, SemanticZoomOutView &ownerControl ) : void
GetParenteControl ( ) : void
SemanticZoomOutItemBase_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

OnApplyTemplate() protected method

protected OnApplyTemplate ( ) : void
return void

OnCountPropertyChanged() public static method

public static OnCountPropertyChanged ( DependencyObject sender, DependencyPropertyChangedEventArgs args ) : void
sender Windows.UI.Xaml.DependencyObject
args Windows.UI.Xaml.DependencyPropertyChangedEventArgs
return void

OnDrawEdgePanel() public method

public OnDrawEdgePanel ( ) : void
return void

SemanticZoomOutItemBase() public method

public SemanticZoomOutItemBase ( ) : System
return System

Property Details

CountProperty public static property

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

ItemsCountProperty public static property

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

TextProperty public static property

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