C# Класс WinRTXamlToolkit.Controls.CustomGridSplitter

Наследование: Windows.UI.Xaml.Controls.Control
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
KeyboardIncrementProperty Windows.UI.Xaml.DependencyProperty
PreviewStyleProperty Windows.UI.Xaml.DependencyProperty
ResizeBehaviorProperty Windows.UI.Xaml.DependencyProperty
ResizeDirectionProperty Windows.UI.Xaml.DependencyProperty
ShowsPreviewProperty Windows.UI.Xaml.DependencyProperty

Открытые методы

Метод Описание
CustomGridSplitter ( ) : System

Initializes a new instance of the CustomGridSplitter class.

Защищенные методы

Метод Описание
OnGotFocus ( RoutedEventArgs e ) : void

Called before the GotFocus event occurs.

OnKeyDown ( Windows e ) : void

Called before the KeyDown event occurs.

OnLostFocus ( RoutedEventArgs e ) : void

Called before the LostFocus event occurs.

OnPointerEntered ( Windows e ) : void

Called before the PointerEntered event occurs.

OnPointerMoved ( Windows e ) : void

Called before the PointerMoved event occurs.

OnPointerPressed ( Windows e ) : void

Called before the PointerPressed event occurs.

OnPointerReleased ( Windows e ) : void

Called before the PointerReleased event occurs.

OnResizeDirectionChanged ( GridResizeDirection oldResizeDirection, GridResizeDirection newResizeDirection ) : void

Provides derived classes an opportunity to handle changes to the ResizeDirection property.

Приватные методы

Метод Описание
ContinueDirectDragging ( Point position ) : void
ContinuePreviewDragging ( Point position ) : void
DetermineEffectiveResizeBehavior ( ) : GridResizeBehavior
DetermineEffectiveResizeDirection ( ) : GridResizeDirection
DetermineResizeCursor ( ) : void
GetGrid ( ) : Grid
OnLayoutUpdated ( object sender, object e ) : void

Called when the LayoutUpdated event occurs.

OnResizeDirectionChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the ResizeDirection property.

PreviewGridSplitter_DraggingCompleted ( object sender, EventArgs e ) : void
ResizeColumns ( Grid grid, double deltaX ) : void
ResizeRows ( Grid grid, double deltaX ) : void
StartDirectDragging ( Windows e ) : void
StartPreviewDragging ( Windows e ) : void
UpdateVisualState ( ) : void

Описание методов

CustomGridSplitter() публичный Метод

Initializes a new instance of the CustomGridSplitter class.
public CustomGridSplitter ( ) : System
Результат System

OnGotFocus() защищенный Метод

Called before the GotFocus event occurs.
protected OnGotFocus ( RoutedEventArgs e ) : void
e Windows.UI.Xaml.RoutedEventArgs The data for the event.
Результат void

OnKeyDown() защищенный Метод

Called before the KeyDown event occurs.
protected OnKeyDown ( Windows e ) : void
e Windows The data for the event.
Результат void

OnLostFocus() защищенный Метод

Called before the LostFocus event occurs.
protected OnLostFocus ( RoutedEventArgs e ) : void
e Windows.UI.Xaml.RoutedEventArgs The data for the event.
Результат void

OnPointerEntered() защищенный Метод

Called before the PointerEntered event occurs.
protected OnPointerEntered ( Windows e ) : void
e Windows Event data for the event.
Результат void

OnPointerMoved() защищенный Метод

Called before the PointerMoved event occurs.
protected OnPointerMoved ( Windows e ) : void
e Windows Event data for the event.
Результат void

OnPointerPressed() защищенный Метод

Called before the PointerPressed event occurs.
protected OnPointerPressed ( Windows e ) : void
e Windows Event data for the event.
Результат void

OnPointerReleased() защищенный Метод

Called before the PointerReleased event occurs.
protected OnPointerReleased ( Windows e ) : void
e Windows Event data for the event.
Результат void

OnResizeDirectionChanged() защищенный Метод

Provides derived classes an opportunity to handle changes to the ResizeDirection property.
protected OnResizeDirectionChanged ( GridResizeDirection oldResizeDirection, GridResizeDirection newResizeDirection ) : void
oldResizeDirection GridResizeDirection The old ResizeDirection value
newResizeDirection GridResizeDirection The new ResizeDirection value
Результат void

Описание свойств

KeyboardIncrementProperty публичное статическое свойство

KeyboardIncrement Dependency Property
public static DependencyProperty,Windows.UI.Xaml KeyboardIncrementProperty
Результат Windows.UI.Xaml.DependencyProperty

PreviewStyleProperty публичное статическое свойство

PreviewStyle Dependency Property
public static DependencyProperty,Windows.UI.Xaml PreviewStyleProperty
Результат Windows.UI.Xaml.DependencyProperty

ResizeBehaviorProperty публичное статическое свойство

ResizeBehavior Dependency Property
public static DependencyProperty,Windows.UI.Xaml ResizeBehaviorProperty
Результат Windows.UI.Xaml.DependencyProperty

ResizeDirectionProperty публичное статическое свойство

ResizeDirection Dependency Property
public static DependencyProperty,Windows.UI.Xaml ResizeDirectionProperty
Результат Windows.UI.Xaml.DependencyProperty

ShowsPreviewProperty публичное статическое свойство

ShowsPreview Dependency Property
public static DependencyProperty,Windows.UI.Xaml ShowsPreviewProperty
Результат Windows.UI.Xaml.DependencyProperty