C# 클래스 Open.Core.UI.Controls.Placeholder

Generic placeholder control to use when constructing.
상속: System.Windows.Controls.UserControl, INotifyDisposed
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ColorProperty System.Windows.DependencyProperty
CornerRadiusProperty System.Windows.DependencyProperty
ShowInstanceCountProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
Dispose ( ) : void
Placeholder ( ) : System
ToString ( ) : string

보호된 메소드들

메소드 설명
Dispose ( bool isDisposing ) : void

비공개 메소드들

메소드 설명
OnDisposed ( ) : void
UpdateColors ( ) : void
UpdateInstanceCountVisibility ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool isDisposing ) : void
isDisposing bool
리턴 void

Placeholder() 공개 메소드

public Placeholder ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

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

Gets or sets the color of the placeholder.
public static DependencyProperty,System.Windows ColorProperty
리턴 System.Windows.DependencyProperty

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

Gets or sets the corner radius of the control.
public static DependencyProperty,System.Windows CornerRadiusProperty
리턴 System.Windows.DependencyProperty

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

Gets or sets whether a count of the instance is displayed (helpful for identifiying when items are recreated).
public static DependencyProperty,System.Windows ShowInstanceCountProperty
리턴 System.Windows.DependencyProperty

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

Gets or sets the text that is displayed within the placeholder.
public static DependencyProperty,System.Windows TextProperty
리턴 System.Windows.DependencyProperty