Method | Description | |
---|---|---|
GridRailAdorner ( DesignItem gridItem, AdornerPanel adornerPanel, Orientation orientation ) : System | ||
SetGridLengthUnit ( GridUnitType unit ) : void | ||
SetGridLengthUnit ( GridUnitType unit, DesignItem item, |
Method | Description | |
---|---|---|
OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void | ||
OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void | ||
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void | ||
OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void | ||
OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void |
Method | Description | |
---|---|---|
FixIndicesAfterSplit ( int splitIndex, |
||
GetNewGridLength ( GridUnitType unit, GridLength oldValue ) : GridLength | ||
GridLengthToText ( GridLength len ) : string | ||
GridRailAdorner ( ) : System | ||
SplitLength ( GridLength oldLength, double insertionPosition, double oldActualValue, GridLength &newLength1, GridLength &newLength2 ) : void |
public GridRailAdorner ( DesignItem gridItem, AdornerPanel adornerPanel, Orientation orientation ) : System | ||
gridItem | DesignItem | |
adornerPanel | AdornerPanel | |
orientation | Orientation | |
return | System |
protected OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void | ||
e | System.Windows.Input.MouseEventArgs | |
return | void |
protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void | ||
e | System.Windows.Input.MouseEventArgs | |
return | void |
protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void | ||
e | System.Windows.Input.MouseButtonEventArgs | |
return | void |
protected OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void | ||
e | System.Windows.Input.MouseEventArgs | |
return | void |
protected OnRender ( System.Windows.Media.DrawingContext drawingContext ) : void | ||
drawingContext | System.Windows.Media.DrawingContext | |
return | void |
public SetGridLengthUnit ( GridUnitType unit ) : void | ||
unit | GridUnitType | |
return | void |
public SetGridLengthUnit ( GridUnitType unit, DesignItem item, |
||
unit | GridUnitType | |
item | DesignItem | |
property | ||
return | void |