C# Class Open.Core.Controls.Buttons.ImageButtonUrls

A set of Url's for an ImageButton.
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL

Méthodes publiques

Свойство Type Description
BasePath string
Down string
Normal string
Over string
Pressed string

Méthodes publiques

Méthode Description
Reset ( ) : void

Removes all URL values.

Private Methods

Méthode Description
ForState ( ButtonState state ) : string
ForStateWithFallback ( ButtonState state ) : string
GetPath ( ButtonState state, string basePath ) : string
Preload ( string basePath ) : void

Method Details

Reset() public méthode

Removes all URL values.
public Reset ( ) : void
Résultat void

Property Details

BasePath public_oe property

Gets or sets the base path that images are stored within.
public string BasePath
Résultat string

Down public_oe property

Gets or sets the SRC value for the 'Down' state.
public string Down
Résultat string

Normal public_oe property

Gets or sets the SRC value for the 'Normal' state.
public string Normal
Résultat string

Over public_oe property

Gets or sets the SRC value for the 'Over' state.
public string Over
Résultat string

Pressed public_oe property

Gets or sets the SRC value for the 'Pressed' state.
public string Pressed
Résultat string