C# Class SateliteControl.SateliteViewer

UserControl1.xaml の相互作用ロジック
Inheritance: System.Windows.Window
Show file Open project: kienaiProject/ArtOfWords Class Usage Examples

Public Properties

Property Type Description
BottomButtonLabelProperty System.Windows.DependencyProperty
GridSquareSizeProperty DependencyProperty
LeftButtonLabelProperty DependencyProperty
RelatedModel object
RightButtonLabelProperty DependencyProperty
TopButtonLabelProperty DependencyProperty

Public Methods

Method Description
GetAngle ( Cards card ) : double
OnJumpOccured ( object sender ) : void
RotateTo ( Cards card ) : void
SateliteViewer ( Window Parent ) : System

Private Methods

Method Description
Border_MouseLeftButtonDown_1 ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
BottomLeftBtn_Click ( object sender, RoutedEventArgs e ) : void
BottomRightBtn_Click ( object sender, RoutedEventArgs e ) : void
CloseBtn_Click ( object sender, RoutedEventArgs e ) : void
ExpandBtn_Click ( object sender, RoutedEventArgs e ) : void
GetFromAngleByMinimumDistance ( double toAngle ) : double
GetParentWindowRect ( ) : System.Drawing.Rectangle
Initialize ( ) : void
JumpBtn_Click ( object sender, RoutedEventArgs e ) : void
MoveBtn_Click ( object sender, RoutedEventArgs e ) : void
OnParentClosing ( object sender, CancelEventArgs e ) : void
StartAnimation ( ) : void
TopLeftBtn_Click ( object sender, RoutedEventArgs e ) : void
TopRightBtn_Click ( object sender, RoutedEventArgs e ) : void
UserControl_MouseEnter_1 ( object sender, MouseEventArgs e ) : void
UserControl_MouseLeave_1 ( object sender, MouseEventArgs e ) : void
Window_Closed_1 ( object sender, EventArgs e ) : void

Method Details

GetAngle() public method

public GetAngle ( Cards card ) : double
card Cards
return double

OnJumpOccured() public method

public OnJumpOccured ( object sender ) : void
sender object
return void

RotateTo() public method

public RotateTo ( Cards card ) : void
card Cards
return void

SateliteViewer() public method

public SateliteViewer ( Window Parent ) : System
Parent Window
return System

Property Details

BottomButtonLabelProperty public static property

依存関係プロパティ本体
public static DependencyProperty,System.Windows BottomButtonLabelProperty
return System.Windows.DependencyProperty

GridSquareSizeProperty public static property

依存関係プロパティ本体
public static DependencyProperty GridSquareSizeProperty
return DependencyProperty

LeftButtonLabelProperty public static property

依存関係プロパティ本体
public static DependencyProperty LeftButtonLabelProperty
return DependencyProperty

RelatedModel public property

public object RelatedModel
return object

RightButtonLabelProperty public static property

依存関係プロパティ本体
public static DependencyProperty RightButtonLabelProperty
return DependencyProperty

TopButtonLabelProperty public static property

依存関係プロパティ本体
public static DependencyProperty TopButtonLabelProperty
return DependencyProperty