C# Class VizInt.Resizer

Inheritance: System.Windows.Controls.ContentControl
Afficher le fichier Open project: BlueMountainCapital/VizInt

Méthodes publiques

Свойство Type Description
IsAutoSizeEnabledProperty System.Windows.DependencyProperty
IsGripEnabledProperty System.Windows.DependencyProperty
IsGripVisibleProperty System.Windows.DependencyProperty
ResizeDirectionProperty System.Windows.DependencyProperty
SuggestedSizeProperty System.Windows.DependencyProperty

Méthodes protégées

Méthode Description
MeasureOverride ( Size constraint ) : Size

Private Methods

Méthode Description
IsGripVisible_Changed ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnAutoSizeCommand ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
OnEndResizeCommand ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
OnStartResizeCommand ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
OnUpdateSizeCommand ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
Resizer ( ) : System

Method Details

MeasureOverride() protected méthode

protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size
Résultat System.Windows.Size

Property Details

IsAutoSizeEnabledProperty public_oe static_oe property

Identifies the IsAutoSizeEnabled dependency property.
public static DependencyProperty,System.Windows IsAutoSizeEnabledProperty
Résultat System.Windows.DependencyProperty

IsGripEnabledProperty public_oe static_oe property

Identifies the IsGripEnabled dependency property.
public static DependencyProperty,System.Windows IsGripEnabledProperty
Résultat System.Windows.DependencyProperty

IsGripVisibleProperty public_oe static_oe property

Identifies the IsGripVisible dependency property.
public static DependencyProperty,System.Windows IsGripVisibleProperty
Résultat System.Windows.DependencyProperty

ResizeDirectionProperty public_oe static_oe property

Identifies the ResizeDirection dependency property.
public static DependencyProperty,System.Windows ResizeDirectionProperty
Résultat System.Windows.DependencyProperty

SuggestedSizeProperty public_oe static_oe property

public static DependencyProperty,System.Windows SuggestedSizeProperty
Résultat System.Windows.DependencyProperty