C# Class VizInt.Resizer

Inheritance: System.Windows.Controls.ContentControl
Exibir arquivo Open project: BlueMountainCapital/VizInt

Public Properties

Property Type Description
IsAutoSizeEnabledProperty System.Windows.DependencyProperty
IsGripEnabledProperty System.Windows.DependencyProperty
IsGripVisibleProperty System.Windows.DependencyProperty
ResizeDirectionProperty System.Windows.DependencyProperty
SuggestedSizeProperty System.Windows.DependencyProperty

Protected Methods

Method Description
MeasureOverride ( Size constraint ) : Size

Private Methods

Method 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 method

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

Property Details

IsAutoSizeEnabledProperty public_oe static_oe property

Identifies the IsAutoSizeEnabled dependency property.
public static DependencyProperty,System.Windows IsAutoSizeEnabledProperty
return System.Windows.DependencyProperty

IsGripEnabledProperty public_oe static_oe property

Identifies the IsGripEnabled dependency property.
public static DependencyProperty,System.Windows IsGripEnabledProperty
return System.Windows.DependencyProperty

IsGripVisibleProperty public_oe static_oe property

Identifies the IsGripVisible dependency property.
public static DependencyProperty,System.Windows IsGripVisibleProperty
return System.Windows.DependencyProperty

ResizeDirectionProperty public_oe static_oe property

Identifies the ResizeDirection dependency property.
public static DependencyProperty,System.Windows ResizeDirectionProperty
return System.Windows.DependencyProperty

SuggestedSizeProperty public_oe static_oe property

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