C# 클래스 Glass.Design.Selection.SelectionAdorner

상속: System.Windows.Documents.Adorner
파일 보기 프로젝트 열기: SuperJMN/Glass 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LeftProperty System.Windows.DependencyProperty
TemplateProperty System.Windows.DependencyProperty
TopProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
SelectionAdorner ( UIElement adornedElement ) : System.Windows

보호된 메소드들

메소드 설명
ArrangeOverride ( Size finalSize ) : Size
GetVisualChild ( int index ) : Visual
MeasureOverride ( Size constraint ) : Size
OnTemplateChanged ( System.Windows.Controls.ControlTemplate oldTemplate, System.Windows.Controls.ControlTemplate newTemplate ) : void

Provides derived classes an opportunity to handle changes to the Template property.

비공개 메소드들

메소드 설명
OnTemplateChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Handles changes to the Template property.

SetBindings ( ) : void

메소드 상세

ArrangeOverride() 보호된 메소드

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
리턴 System.Windows.Size

GetVisualChild() 보호된 메소드

protected GetVisualChild ( int index ) : Visual
index int
리턴 Visual

MeasureOverride() 보호된 메소드

protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size
리턴 System.Windows.Size

OnTemplateChanged() 보호된 메소드

Provides derived classes an opportunity to handle changes to the Template property.
protected OnTemplateChanged ( System.Windows.Controls.ControlTemplate oldTemplate, System.Windows.Controls.ControlTemplate newTemplate ) : void
oldTemplate System.Windows.Controls.ControlTemplate
newTemplate System.Windows.Controls.ControlTemplate
리턴 void

SelectionAdorner() 공개 메소드

public SelectionAdorner ( UIElement adornedElement ) : System.Windows
adornedElement UIElement
리턴 System.Windows

프로퍼티 상세

LeftProperty 공개적으로 정적으로 프로퍼티

Left Dependency Property
public static DependencyProperty,System.Windows LeftProperty
리턴 System.Windows.DependencyProperty

TemplateProperty 공개적으로 정적으로 프로퍼티

Template Dependency Property
public static DependencyProperty,System.Windows TemplateProperty
리턴 System.Windows.DependencyProperty

TopProperty 공개적으로 정적으로 프로퍼티

Top Dependency Property
public static DependencyProperty,System.Windows TopProperty
리턴 System.Windows.DependencyProperty