C# Class csCommon.csMapCustomControls.MapIconMenu.ReferenceAlignPanel

Inheritance: System.Windows.Controls.Panel, ICustomAlignedControl
Show file Open project: TNOCS/csTouch Class Usage Examples

Public Properties

Property Type Description
AllowRealignProperty System.Windows.DependencyProperty
HorizontalReferencePointAlignmentProperty System.Windows.DependencyProperty
InitialAlignReferencePointProperty System.Windows.DependencyProperty
VerticalReferencePointAlignmentProperty System.Windows.DependencyProperty

Protected Methods

Method Description
ArrangeOverride ( Size finalSize ) : Size
MeasureOverride ( Size availableSize ) : Size
OnInitialized ( EventArgs e ) : void
OnRender ( System drawingContext ) : void

Private Methods

Method Description
AdjustAlignReferencePoint ( Size bounds ) : void
GetChildOffset ( UIElement child ) : System.Windows.Vector

Method Details

ArrangeOverride() protected method

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
return System.Windows.Size

MeasureOverride() protected method

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

OnInitialized() protected method

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

OnRender() protected method

protected OnRender ( System drawingContext ) : void
drawingContext System
return void

Property Details

AllowRealignProperty public static property

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

HorizontalReferencePointAlignmentProperty public static property

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

InitialAlignReferencePointProperty public static property

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

VerticalReferencePointAlignmentProperty public static property

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