C# 클래스 SevenSoftware.Windows.Controls.AdornerLabel

The label to display on the InfoTextBox.
상속: System.Windows.Documents.Adorner
파일 보기 프로젝트 열기: robertbaker/SevenUpdate 1 사용 예제들

공개 메소드들

메소드 설명
AdornerLabel ( UIElement adornedElement, string label, System.Windows.Style labelStyle ) : System.Windows

Initializes a new instance of the AdornerLabel class.

보호된 메소드들

메소드 설명
ArrangeOverride ( Size finalSize ) : Size

When overridden in a derived class, positions child elements and determines a size for a derived class.

GetVisualChild ( int index ) : Visual

Overrides M:System.Windows.Media.Visual.GetVisualChild(System.Int32), and returns a child at the specified index from a collection of child elements.

MeasureOverride ( Size constraint ) : Size

Implements any custom measuring behavior for the adorner.

메소드 상세

AdornerLabel() 공개 메소드

Initializes a new instance of the AdornerLabel class.
public AdornerLabel ( UIElement adornedElement, string label, System.Windows.Style labelStyle ) : System.Windows
adornedElement UIElement The adorned element.
label string The label.
labelStyle System.Windows.Style The label style.
리턴 System.Windows

ArrangeOverride() 보호된 메소드

When overridden in a derived class, positions child elements and determines a size for a derived class.
protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size The final area within the parent that this element should use to arrange itself and its children.
리턴 System.Windows.Size

GetVisualChild() 보호된 메소드

Overrides M:System.Windows.Media.Visual.GetVisualChild(System.Int32), and returns a child at the specified index from a collection of child elements.
protected GetVisualChild ( int index ) : Visual
index int The zero-based index of the requested child element in the collection.
리턴 Visual

MeasureOverride() 보호된 메소드

Implements any custom measuring behavior for the adorner.
protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size A size to constrain the adorner to.
리턴 System.Windows.Size