C# Class csShared.FloatingElements.FloatingContainer

Inheritance: System.Windows.Controls.Control
Exibir arquivo Open project: TNOCS/csTouch Class Usage Examples

Public Properties

Property Type Description
CloseEvent System.Windows.RoutedEvent
ResetEvent System.Windows.RoutedEvent
UndockedProperty System.Windows.DependencyProperty
_cpView System.Windows.FrameworkElement
_fe FloatingElement

Public Methods

Method Description
MyHitTestResult ( System.Windows.Media.HitTestResult result ) : HitTestResultBehavior
OnApplyTemplate ( ) : void
SetResize ( FrameworkElement _resize ) : void
UpdateBackInstance ( ) : void

Protected Methods

Method Description
OnInitialized ( EventArgs e ) : void

Private Methods

Method Description
Animate ( Point center, double width, double height, double orientation, double duration ) : void
CheckShare ( ) : void
CheckSize ( ) : void
ClientsUpdated ( object sender, ImbClientStatus e ) : void
CloseButtonClick ( object sender, RoutedEventArgs e ) : void
Dock ( ) : void
FeCloseRequest ( object sender, EventArgs e ) : void
FeFlipEvent ( object sender, EventArgs e ) : void
FePropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
FeUnFlipEvent ( object sender, EventArgs e ) : void
FloatingContainer ( ) : System
FloatingContainerClose ( object sender, RoutedEventArgs e ) : void
FloatingContainerLoaded ( object sender, RoutedEventArgs e ) : void
FloatingContainerPreviewMouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Imb_ClientRemoved ( object sender, ImbClientStatus e ) : void
InitScatterViewEvents ( ) : void
InstanceFullScreenFloatingElementChanged ( object sender, EventArgs e ) : void
MenuSelected ( object sender, MenuSelectedEventArgs e ) : void
Reset ( ) : void
ResetLastPosition ( ) : void
SpaCompleted ( object sender, EventArgs e ) : void
SviContactDown ( object sender, System.Windows.Input.TouchEventArgs e ) : void
SviScatterManipulationCompleted ( object sender, ContainerManipulationCompletedEventArgs e ) : void
SviScatterManipulationDelta ( object sender, ContainerManipulationDeltaEventArgs e ) : void
SviScatterManipulationStarted ( object sender, ContainerManipulationStartedEventArgs e ) : void
SwitchFullscreen ( ) : void
UcFloatingElementContainerSizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
UpdateAssociatedLine ( ) : void
UpdateStreamVisibility ( ) : void
_fe_DockingStyleChanged ( object sender, EventArgs e ) : void
_fe_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
_fe_ResetRequest ( object sender, EventArgs e ) : void
_partStream_Click ( object sender, RoutedEventArgs e ) : void
_svi_ScatterManipulationDelta ( object sender, ContainerManipulationDeltaEventArgs e ) : void

Method Details

MyHitTestResult() public method

public MyHitTestResult ( System.Windows.Media.HitTestResult result ) : HitTestResultBehavior
result System.Windows.Media.HitTestResult
return HitTestResultBehavior

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OnInitialized() protected method

protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
return void

SetResize() public method

public SetResize ( FrameworkElement _resize ) : void
_resize System.Windows.FrameworkElement
return void

UpdateBackInstance() public method

public UpdateBackInstance ( ) : void
return void

Property Details

CloseEvent public_oe static_oe property

public static RoutedEvent,System.Windows CloseEvent
return System.Windows.RoutedEvent

ResetEvent public_oe static_oe property

public static RoutedEvent,System.Windows ResetEvent
return System.Windows.RoutedEvent

UndockedProperty public_oe static_oe property

public static DependencyProperty,System.Windows UndockedProperty
return System.Windows.DependencyProperty

_cpView public_oe property

public FrameworkElement,System.Windows _cpView
return System.Windows.FrameworkElement

_fe public_oe property

public FloatingElement _fe
return FloatingElement