C# Class FirstFloor.ModernUI.Windows.Controls.BaseSwitch

Inheritance: System.Windows.FrameworkElement
ファイルを表示 Open project: gro-ove/actools

Protected Methods

Method Description
ArrangeOverride ( Size arrangeBounds ) : Size
GetVisualChild ( int index ) : Visual
MeasureOverride ( Size constraint ) : Size
OnWhenChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Private Methods

Method Description
GetChild ( ) : UIElement
SetActiveChild ( UIElement child ) : void

Method Details

ArrangeOverride() protected method

protected ArrangeOverride ( Size arrangeBounds ) : Size
arrangeBounds System.Windows.Size
return System.Windows.Size

GetVisualChild() protected method

protected GetVisualChild ( int index ) : Visual
index int
return Visual

MeasureOverride() protected method

protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size
return System.Windows.Size

OnWhenChanged() protected static method

protected static OnWhenChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
return void