C# 클래스 Open.Core.Controls.Buttons.ImageButtonUrls

A set of Url's for an ImageButton.
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL

공개 프로퍼티들

프로퍼티 타입 설명
BasePath string
Down string
Normal string
Over string
Pressed string

공개 메소드들

메소드 설명
Reset ( ) : void

Removes all URL values.

비공개 메소드들

메소드 설명
ForState ( ButtonState state ) : string
ForStateWithFallback ( ButtonState state ) : string
GetPath ( ButtonState state, string basePath ) : string
Preload ( string basePath ) : void

메소드 상세

Reset() 공개 메소드

Removes all URL values.
public Reset ( ) : void
리턴 void

프로퍼티 상세

BasePath 공개적으로 프로퍼티

Gets or sets the base path that images are stored within.
public string BasePath
리턴 string

Down 공개적으로 프로퍼티

Gets or sets the SRC value for the 'Down' state.
public string Down
리턴 string

Normal 공개적으로 프로퍼티

Gets or sets the SRC value for the 'Normal' state.
public string Normal
리턴 string

Over 공개적으로 프로퍼티

Gets or sets the SRC value for the 'Over' state.
public string Over
리턴 string

Pressed 공개적으로 프로퍼티

Gets or sets the SRC value for the 'Pressed' state.
public string Pressed
리턴 string