C# 클래스 Glass.Design.DesignableGroup

상속: System.Windows.DependencyObject, IDesignable
파일 보기 프로젝트 열기: SuperJMN/Glass

공개 메소드들

메소드 설명
DesignableGroup ( ) : System

비공개 메소드들

메소드 설명
ArrangeChildrenHeight ( double parentHeight ) : void
ArrangeChildrenWidth ( double parentWidth ) : void
CreateChildProportionsDictionary ( IEnumerable children, Rect parentBounds ) : ChildProportions>.Dictionary
GetCombinedBoundsForChildAddition ( IDesignable child, Rect currentBounds ) : Rect
GetCurrentLocation ( ObservableCollection observableCollection ) : Point
GetCurrentSize ( Point resizingLocation ) : Size
GetRelativeLocation ( IMovable child, Rect parentBounds ) : Point
GetRelativeSize ( ISizable child, Size parentSize ) : Size
ItemsOnCollectionChanged ( object sender, NotifyCollectionChangedEventArgs notifyCollectionChangedEventArgs ) : void
RaiseLocationChanged ( ) : void
RaiseSizeChanged ( ) : void
RecalculateLeft ( double parentWidth ) : double
RecalculateTop ( double parentHeight ) : double
RegisterNewChild ( IDesignable child ) : void
RelocateChildHeight ( IDesignable designable, double newHeight ) : void
RelocateChildWidth ( IDesignable designable, double newWidth ) : void
ResizeChildHeight ( IDesignable designable, double value ) : void
ResizeChildWidth ( IDesignable designable, double newWidth ) : void

메소드 상세

DesignableGroup() 공개 메소드

public DesignableGroup ( ) : System
리턴 System