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

A red/green/orange/grey icon that can be used to indicate the health status of something.
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ColorProperty System.Windows.DependencyProperty
FlashDurationProperty System.Windows.DependencyProperty
IsFlashingProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
IconUrl string
OnIsFlashingChanged void
Pulse void
UpdateBackgroundIconVisibility void
UpdateIconColor void

공개 메소드들

메소드 설명
StatusIcon ( ) : System
UpdateVisualState ( ) : void

Updates the visual state of the control.

비공개 메소드들

메소드 설명
IconUrl ( StatusIconColor color ) : string
OnIsFlashingChanged ( ) : void
Pulse ( ) : void
UpdateBackgroundIconVisibility ( ) : void
UpdateIconColor ( ) : void

메소드 상세

StatusIcon() 공개 메소드

public StatusIcon ( ) : System
리턴 System

UpdateVisualState() 공개 메소드

Updates the visual state of the control.
public UpdateVisualState ( ) : void
리턴 void

프로퍼티 상세

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

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

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

Gets or sets the duration (in seconds) that a single flash takes (pulse in and out).
public static DependencyProperty,System.Windows FlashDurationProperty
리턴 System.Windows.DependencyProperty

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

Gets or sets whether the icon is pulsing in and out.
public static DependencyProperty,System.Windows IsFlashingProperty
리턴 System.Windows.DependencyProperty